We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42092cc commit b5db2eaCopy full SHA for b5db2ea
README.md
@@ -49,12 +49,12 @@ framework and objects.
49
<dependency>
50
<groupId>com.javaquery</groupId>
51
<artifactId>util</artifactId>
52
- <version>1.2.0</version>
+ <version>1.2.1</version>
53
</dependency>
54
```
55
56
# Gradle
57
58
59
-implementation 'com.javaquery:util:1.2.0'
+implementation 'com.javaquery:util:1.2.1'
60
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
7
sourceCompatibility = 1.8
8
group 'com.javaquery'
9
-version '1.2.0'
+version '1.2.1'
10
11
repositories {
12
mavenCentral()
0 commit comments