summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMark Perry <maperry78@yahoo.com.au>2015-03-10 23:40:58 +1000
committerMark Perry <maperry78@yahoo.com.au>2015-03-10 23:40:58 +1000
commite5380e19f59cc5103edad64c40e280a2a096eae0 (patch)
treeaa2e7f40280b9ad6c980b53450aeb3fe4b355bcf /build.gradle
parent6d4b06956d76ea70337c90b651757ebe07ed7764 (diff)
downloadfrege-gradle-plugin-e5380e19f59cc5103edad64c40e280a2a096eae0.tar.gz
frege-gradle-plugin-e5380e19f59cc5103edad64c40e280a2a096eae0.tar.bz2
frege-gradle-plugin-e5380e19f59cc5103edad64c40e280a2a096eae0.zip
Released gradle plugin 0.2, bumped verson to 0.3 snapshot
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index ac0322a..3786d88 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ sourceCompatibility = 1.7
targetCompatibility = 1.7
ext {
- baseVersion = "0.2"
+ baseVersion = "0.3"
isSnapshot = true
snapshotAppendix = "-SNAPSHOT"
pluginVersion = baseVersion + (isSnapshot ? snapshotAppendix : "")