Skip to content

Commit

Permalink
1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
box-ehuang committed Jun 23, 2016
1 parent 4f0f9a6 commit b62a4c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.13

* Introduce "translate" and "translate?" operations

## 1.12

* Introduce "omit?" operation
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-SNAPSHOT";
version = "1.13";
sourceCompatibility = "1.6";
targetCompatibility = "1.6"; // defaults to sourceCompatibility

Expand Down

0 comments on commit b62a4c4

Please sign in to comment.