summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parentb330ca4c516e63947a1fe975d9568411ae1a6ab6 (diff)
Bump version to 1.2v1.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 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>