Skip to content

Commit

Permalink
Announce 1.13
Browse files Browse the repository at this point in the history
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
  • Loading branch information
box-ehuang committed Jun 23, 2016
1 parent b62a4c4 commit 61c4eef
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 @@ -22,7 +22,7 @@ Its features are:

## Versions

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

## Using it in your project

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply(plugin: "idea");
apply(plugin: "eclipse");

group = "com.box";
version = "1.13";
version = "1.14-SNAPSHOT";
sourceCompatibility = "1.6";
targetCompatibility = "1.6"; // defaults to sourceCompatibility

Expand Down

0 comments on commit 61c4eef

Please sign in to comment.