summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>