diff --git a/CHANGES b/CHANGES index 9b6643cf..f8ff3925 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -[1.7.5-SNAPSHOT] +[1.7.5] - Changed ImageRenderNode textureRegion field visibility to protected - Fixed TypingTextAnimation not resetting after initially skipped diff --git a/build.gradle b/build.gradle index 50142fce..bfbd6178 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ def docProjects() { subprojects.findAll { !it.name.contains('uat') } } -def projectVersion = '1.7.5-SNAPSHOT'; +def projectVersion = '1.7.5'; configure(docProjects()) { apply plugin: "signing"