From 9181b147601bc19ce78b945ff0206e98190489da Mon Sep 17 00:00:00 2001 From: Mark Perry Date: Fri, 24 Jul 2015 23:45:23 +1000 Subject: Increased version to 0.4.2-SNAPSHOT --- build.gradle | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 66b6a44..fcbcf78 100644 --- a/build.gradle +++ b/build.gradle @@ -19,8 +19,8 @@ sourceCompatibility = 1.7 targetCompatibility = 1.7 ext { - baseVersion = "0.4.1" - isSnapshot = false + baseVersion = "0.4.2" + isSnapshot = true snapshotAppendix = "-SNAPSHOT" projectVersion = baseVersion + (isSnapshot ? snapshotAppendix : "") diff --git a/gradle.properties b/gradle.properties index 7853e98..6a37d97 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -signingEnabled = true +signingEnabled = false sonatypeUsername = incorrectUsername sonatypePassword = incorrectPassword -- cgit