Skip to content

Commit 440c1f0

Browse files
committed
Bump README version numbers
1 parent 86d2769 commit 440c1f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For those of you using Maven, just add the following to your `pom.xml` file:
2020
<dependency>
2121
<groupId>me.rayzr522</groupId>
2222
<artifactId>jsonmessage</artifactId>
23-
<version>1.2.0</version>
23+
<version>1.2.1</version>
2424
</dependency>
2525
```
2626

@@ -35,7 +35,7 @@ repositories {
3535

3636
```gradle
3737
dependencies {
38-
compile 'me.rayzr522:jsonmessage:1.2.0'
38+
compile 'me.rayzr522:jsonmessage:1.2.1'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)