We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba52f5 commit b13fbefCopy full SHA for b13fbef
2 files changed
README.md
@@ -28,7 +28,7 @@ This package is meant to be used with Jackson 2.2.x. It provides the three follo
28
29
## Versions
30
31
-The current verson is **1.10**. Its Javadoc is [available
+The current verson is **1.11**. Its Javadoc is [available
32
online](https://java-json-tools.github.io/jackson-coreutils/index.html).
33
34
Please see file `RELEASE-NOTES.md` for more information.
project.gradle
@@ -21,7 +21,7 @@
21
* Project-specific settings. Unfortunately we cannot put the name in there!
22
*/
23
group = "com.github.java-json-tools";
24
-version = "1.11";
+version = "1.12-SNAPSHOT";
25
sourceCompatibility = JavaVersion.VERSION_1_7;
26
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
27
0 commit comments