diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4e89b0ba..ed1a2e59 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,7 @@ +## 1.13 + +* Introduce "translate" and "translate?" operations + ## 1.12 * Introduce "omit?" operation diff --git a/build.gradle b/build.gradle index 803d6be2..c4e06e0a 100644 --- a/build.gradle +++ b/build.gradle @@ -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