aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Zajc <marko@zajc.eu.org>2023-04-02 01:16:55 +0200
committerMarko Zajc <marko@zajc.eu.org>2023-04-02 01:16:55 +0200
commit0cd59d7de2c9740522dca16278d1bcffa250ba4b (patch)
tree067b1dba98b218a90bcb3cc9a94448091ee9e3c2
parent46c6804f06d4238a2366a5a6eb056e3585a51826 (diff)
Bump version to 1.3v1.3
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 039d0a0..b7abcd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
3 3
4 <groupId>com.github.markozajc</groupId> 4 <groupId>com.github.markozajc</groupId>
5 <artifactId>extended-functions</artifactId> 5 <artifactId>extended-functions</artifactId>
6 <version>1.2.2</version> 6 <version>1.3</version>
7 7
8 <name>Extended Functions</name> 8 <name>Extended Functions</name>
9 <description>Variants of consumers, functions, suppliers, and runnables that are missing from the stdlib</description> 9 <description>Variants of consumers, functions, suppliers, and runnables that are missing from the stdlib</description>