Skip to content

Commit

Permalink
Set version to 1.8.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Nov 22, 2018
1 parent 170fd12 commit 1695bad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[1.8.2-SNAPSHOT]

[1.8.1]
- [BREAKING] TileMergeMode modes renamed to Y_THEN_X, X_THEN_X and SQUARE
- Added new TileMergeMode modes; Y_THEN_X_ALTERNATING and X_THEN_Y_ALTERNATING
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.8.1';
def projectVersion = '1.8.2-SNAPSHOT';

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

0 comments on commit 1695bad

Please sign in to comment.