Skip to content

Commit 7c391b5

Browse files
committed
1.13
1 parent 2be68ca commit 7c391b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
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.12**. See file `RELEASE-NOTES.md` for details of releases before 1.11.
29+
The current version is **1.13**. See file `RELEASE-NOTES.md` for details of releases before 1.11.
3030

3131
## Using it in your project
3232

project.gradle

+2-2
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.13-SNAPSHOT";
24+
version = "1.13";
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";
@@ -34,7 +34,7 @@ dependencies {
3434
compile(group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.11.0");
3535
compile(group: "com.github.java-json-tools", name: "msg-simple", version: "1.2");
3636

37-
compile(group: "com.github.java-json-tools", name: "jackson-coreutils", version: "2.0-SNAPSHOT");
37+
compile(group: "com.github.java-json-tools", name: "jackson-coreutils", version: "2.0");
3838
testCompile(group: "org.testng", name: "testng", version: "7.1.0") {
3939
exclude(group: "junit", module: "junit");
4040
exclude(group: "org.beanshell", module: "bsh");

0 commit comments

Comments
 (0)