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 a8ea212 commit fcd1935Copy full SHA for fcd1935
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 = "0.9.1-SNAPSHOT";
+version = "0.10-SNAPSHOT";
25
sourceCompatibility = JavaVersion.VERSION_1_7;
26
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
27
0 commit comments