aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Zajc <marko@zajc.eu.org>2023-08-07 03:58:23 +0200
committerMarko Zajc <marko@zajc.eu.org>2023-08-07 03:58:23 +0200
commit70143bda98ef965e7255b333f69ad8c2a213fd56 (patch)
treea3560f76315c6f43f4852742c125b7f6a9b32661
parent586ecbfac87318ea9fba2ae2fbd16f9aecf43059 (diff)
Bump version to 1.4.1
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ea6a100..313679f 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.4</version> 6 <version>1.4.1</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>