Skip to content

Commit bde7883

Browse files
Merge pull request #22 from SimonHarmonicMinor/issue#21-release-1.2
release 1.2
2 parents 99ab81c + 37605b9 commit bde7883

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Maven:
1515
<dependency>
1616
<groupId>com.github.simonharmonicminor</groupId>
1717
<artifactId>java-useful-utils</artifactId>
18-
<version>1.1</version>
18+
<version>1.2</version>
1919
</dependency>
2020
```
2121
Gradle:
2222
```groovy
23-
implementation 'com.github.simonharmonicminor:java-useful-utils:1.1'
23+
implementation 'com.github.simonharmonicminor:java-useful-utils:1.2'
2424
```
2525

2626
### Status

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.simonharmonicminor</groupId>
88
<artifactId>java-useful-utils</artifactId>
9-
<version>1.1</version>
9+
<version>1.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Java Useful Utils</name>

0 commit comments

Comments
 (0)