summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 08572e9..2ce251c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,8 +5,8 @@ apply plugin: "signing"
defaultTasks "build"
ext {
- isSnapshot = false
- baseVersion = "0.1"
+ baseVersion = "0.2"
+ isSnapshot = true
snapshotAppendix = "-SNAPSHOT"
pluginVersion = baseVersion + (isSnapshot ? snapshotAppendix : "")