Skip to content

Commit b13fbef

Browse files
committed
Announce 1.11
1 parent 5ba52f5 commit b13fbef

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
@@ -28,7 +28,7 @@ This package is meant to be used with Jackson 2.2.x. It provides the three follo
2828

2929
## Versions
3030

31-
The current verson is **1.10**. Its Javadoc is [available
31+
The current verson is **1.11**. Its Javadoc is [available
3232
online](https://java-json-tools.github.io/jackson-coreutils/index.html).
3333

3434
Please see file `RELEASE-NOTES.md` for more information.

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

0 commit comments

Comments
 (0)