Skip to content

Commit 19f71f3

Browse files
committed
Prepare 1.13.
1 parent e346c91 commit 19f71f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Its features are:
2626

2727
## Versions
2828

29-
The current version is **1.11**. See file `RELEASE-NOTES.md` for details of releases before 1.11.
29+
See file `RELEASE-NOTES.md` for details of releases before 1.11.
3030

3131
## Using it in your project
3232

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.12";
24+
version = "1.13-SNAPSHOT";
2525
sourceCompatibility = JavaVersion.VERSION_1_7;
2626
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
2727

0 commit comments

Comments
 (0)