Skip to content

Commit

Permalink
Set version to 1.9.11-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Aug 8, 2019
1 parent faea9a0 commit 03f22a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[1.9.10-SNAPSHOT]
[1.9.11-SNAPSHOT]

[1.9.10]
- Update to latest RoboVM to support iOS 12
- Fixed clipping not working when rendering shapes

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def docProjects() {
subprojects.findAll { !it.name.contains('uat') }
}

def projectVersion = '1.9.10';
def projectVersion = '1.9.11-SNAPSHOT';

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

0 comments on commit 03f22a1

Please sign in to comment.