aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Zajc <marko@zajc.eu.org>2023-04-16 01:22:22 +0200
committerMarko Zajc <marko@zajc.eu.org>2023-04-16 01:22:22 +0200
commitafffe7282458d023e20e0178025eea0b00208871 (patch)
tree842b6acfe23ae6c58fcfdc16f1a6b945d81a10e0
parent2e4d57342932c34e2f7057e847636e09027cddc6 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 22dfd70..8669806 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.3</version> 15 <version>1.4</version>
16 </dependency> 16 </dependency>
17 ... 17 ...
18</dependencies> 18</dependencies>
@@ -29,7 +29,7 @@ repositories {
29 29
30dependencies { 30dependencies {
31 ... 31 ...
32 api 'com.github.markozajc:extended-functions:1.3' 32 api 'com.github.markozajc:extended-functions:1.4'
33 ... 33 ...
34} 34}
35``` 35```