Skip to content

Commit

Permalink
Tagging 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Aug 1, 2018
1 parent d978843 commit b96d16e
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.6-SNAPSHOT]
[1.7.6]
- Changed RenderLayer#render to public method
- Reduce memory usage of ParentRenderNode by sharing clip cache across instances

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.6-SNAPSHOT';
def projectVersion = '1.7.6';

configure(docProjects()) {
apply plugin: "signing"
Expand Down

0 comments on commit b96d16e

Please sign in to comment.