aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Zajc <marko@zajc.eu.org>2022-07-06 23:05:43 +0200
committerMarko Zajc <marko@zajc.eu.org>2022-07-06 23:07:38 +0200
commitdaa581e6a3a624546ec77b81266e0dd4e2e78fa2 (patch)
tree704f619b2797e50c0d9be1f4ba67286f6101e446
parentb330ca4c516e63947a1fe975d9568411ae1a6ab6 (diff)
Bump version to 1.2v1.2
-rw-r--r--README.md2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d213621..fcb6387 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Add the following to your pom.xml's dependencies:
12 <dependency> 12 <dependency>
13 <groupId>com.github.markozajc</groupId> 13 <groupId>com.github.markozajc</groupId>
14 <artifactId>extended-functions</artifactId> 14 <artifactId>extended-functions</artifactId>
15 <version>1.0</version> 15 <version>1.2</version>
16 </dependency> 16 </dependency>
17 ... 17 ...
18</dependencies> 18</dependencies>
diff --git a/pom.xml b/pom.xml
index 9b44661..d5c701e 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.1</version> 6 <version>1.2</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>