We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e346c91 commit 19f71f3Copy full SHA for 19f71f3
README.md
@@ -26,7 +26,7 @@ Its features are:
26
27
## Versions
28
29
-The current version is **1.11**. See file `RELEASE-NOTES.md` for details of releases before 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.12";
+version = "1.13-SNAPSHOT";
25
sourceCompatibility = JavaVersion.VERSION_1_7;
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
0 commit comments