Skip to content

Commit 9e263d6

Browse files
committed
Auto-update README
1 parent 422b270 commit 9e263d6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Archives containing JAR files are available as [releases](https://github.com/int
1414
<dependency>
1515
<groupId>io.github.intisy</groupId>
1616
<artifactId>java-utils</artifactId>
17-
<version>1.3.14</version>
17+
<version>1.3.15</version>
1818
</dependency>
1919
```
2020

@@ -41,7 +41,7 @@ Archives containing JAR files are available as [releases](https://github.com/int
4141
}
4242
}
4343
dependencies {
44-
implementation 'io.github.intisy:java-utils:1.3.14'
44+
implementation 'io.github.intisy:java-utils:1.3.15'
4545
}
4646
```
4747

@@ -50,10 +50,10 @@ Archives containing JAR files are available as [releases](https://github.com/int
5050
* Gradle (inside the or file)
5151
```groovy
5252
plugins {
53-
id "io.github.intisy.java-utils" version "1.3.14"
53+
id "io.github.intisy.java-utils" version "1.3.15"
5454
}
5555
dependencies {
56-
githubImplementation "intisy:java-utils:1.3.14"
56+
githubImplementation "intisy:java-utils:1.3.15"
5757
}
5858
```
5959

0 commit comments

Comments
 (0)