Skip to content

Commit 98d4284

Browse files
committed
1.11
1 parent 38d0cc2 commit 98d4284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Project-specific settings. Unfortunately we cannot put the name in there!
2222
*/
2323
group = "com.github.java-json-tools";
24-
version = "1.11-SNAPSHOT";
24+
version = "1.11";
2525
sourceCompatibility = JavaVersion.VERSION_1_7;
2626
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
2727
project.ext.description = "JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java";

0 commit comments

Comments
 (0)