Skip to content

Commit b5db2ea

Browse files
committed
release: 1.2.1
- gradle version upgrade - Strings.equalsIgnoreCase - interfaces - JSONObject put value
1 parent 42092cc commit b5db2ea

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
@@ -49,12 +49,12 @@ framework and objects.
4949
<dependency>
5050
<groupId>com.javaquery</groupId>
5151
<artifactId>util</artifactId>
52-
<version>1.2.0</version>
52+
<version>1.2.1</version>
5353
</dependency>
5454
```
5555

5656
# Gradle
5757

5858
```
59-
implementation 'com.javaquery:util:1.2.0'
59+
implementation 'com.javaquery:util:1.2.1'
6060
```

build.gradle

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

77
sourceCompatibility = 1.8
88
group 'com.javaquery'
9-
version '1.2.0'
9+
version '1.2.1'
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)