Skip to content

Commit

Permalink
Announce 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Capstan committed Jan 7, 2020
1 parent b18895b commit b4f9ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Its features are:

## Versions

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.

## Using it in your project

Expand Down
2 changes: 1 addition & 1 deletion project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Project-specific settings. Unfortunately we cannot put the name in there!
*/
group = "com.github.java-json-tools";
version = "1.11";
version = "1.12-SNAPSHOT";
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";
Expand Down

0 comments on commit b4f9ccd

Please sign in to comment.