We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0f9a6 commit b62a4c4Copy full SHA for b62a4c4
RELEASE-NOTES.md
@@ -1,3 +1,7 @@
1
+## 1.13
2
+
3
+* Introduce "translate" and "translate?" operations
4
5
## 1.12
6
7
* Introduce "omit?" operation
build.gradle
@@ -25,7 +25,7 @@ apply(plugin: "idea");
25
apply(plugin: "eclipse");
26
27
group = "com.box";
28
-version = "1.13-SNAPSHOT";
+version = "1.13";
29
sourceCompatibility = "1.6";
30
targetCompatibility = "1.6"; // defaults to sourceCompatibility
31
0 commit comments