aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Zajc <marko@zajc.eu.org>2023-04-16 01:21:52 +0200
committerMarko Zajc <marko@zajc.eu.org>2023-04-16 01:21:52 +0200
commit2e4d57342932c34e2f7057e847636e09027cddc6 (patch)
tree1e5d5daf9a96dc2451a573bcbd724bc413fb0aa8
parentec4753f61d22b69dee50cb8e440f632f1ba8d3e4 (diff)
Bump version to 1.4
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b7abcd4..ea6a100 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.3</version> 6 <version>1.4</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>