Skip to content

Commit b62a4c4

Browse files
committed
1.13
1 parent 4f0f9a6 commit b62a4c4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE-NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.13
2+
3+
* Introduce "translate" and "translate?" operations
4+
15
## 1.12
26

37
* Introduce "omit?" operation

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-SNAPSHOT";
28+
version = "1.13";
2929
sourceCompatibility = "1.6";
3030
targetCompatibility = "1.6"; // defaults to sourceCompatibility
3131

0 commit comments

Comments
 (0)