Skip to content

Commit

Permalink
Increased version to 1.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mperry committed Sep 29, 2015
1 parent f024ccb commit d4242a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ subprojects {
apply plugin: "signing"

ext {
baseVersion = "1.3"
isSnapshot = false
baseVersion = "1.4"
isSnapshot = true
snapshotAppendix = "-SNAPSHOT"
projectVersion = baseVersion + (isSnapshot ? snapshotAppendix : "")

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

signingEnabled = true
signingEnabled = false

0 comments on commit d4242a9

Please sign in to comment.