Skip to content

Commit

Permalink
Tagging 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Aug 1, 2018
1 parent c54ecbc commit 1a4ddb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1a4ddb9

Please sign in to comment.