Skip to content

Commit 61c4eef

Browse files
committed
Announce 1.13
Eugene Huang (8): Introduce TranslateOperation TranslateOperation tests Clean up TranslateOperation Fix TranslateOperation testing issues TranslateOptionalOperation Fix TranslateOptionalOperation tests Announce 1.12 1.13 box-ehuang (1): Merge pull request java-json-tools#7 from crate-metadata/translate huggsboson (1): Update README.md
1 parent b62a4c4 commit 61c4eef

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
@@ -22,7 +22,7 @@ Its features are:
2222

2323
## Versions
2424

25-
The current version is **1.12**. See file `RELEASE-NOTES.md` for details.
25+
The current version is **1.13**. See file `RELEASE-NOTES.md` for details.
2626

2727
## Using it in your project
2828

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply(plugin: "idea");
2525
apply(plugin: "eclipse");
2626

2727
group = "com.box";
28-
version = "1.13";
28+
version = "1.14-SNAPSHOT";
2929
sourceCompatibility = "1.6";
3030
targetCompatibility = "1.6"; // defaults to sourceCompatibility
3131

0 commit comments

Comments
 (0)