We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18895b commit b4f9ccdCopy full SHA for b4f9ccd
README.md
@@ -26,7 +26,7 @@ Its features are:
26
27
## Versions
28
29
-The current version is **1.10**. See file `RELEASE-NOTES.md` for details.
+The current version is **1.11**. See file `RELEASE-NOTES.md` for details of releases before 1.11.
30
31
## Using it in your project
32
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;
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
project.ext.description = "JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java";
0 commit comments