File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Its features are:
2626
2727## Versions
2828
29- The current version is ** 1.10 ** . See file ` RELEASE-NOTES.md ` for details.
29+ The current version is ** 1.11 ** . See file ` RELEASE-NOTES.md ` for details of releases before 1.11 .
3030
3131## Using it in your project
3232
Original file line number Diff line number Diff line change 2121 * Project-specific settings. Unfortunately we cannot put the name in there!
2222 */
2323group = " com.github.java-json-tools" ;
24- version = " 1.11 " ;
24+ version = " 1.12-SNAPSHOT " ;
2525sourceCompatibility = JavaVersion . VERSION_1_7 ;
2626targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
2727project. ext. description = " JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java" ;
You can’t perform that action at this time.
0 commit comments