diff options
author | Mark Perry <maperry78@yahoo.com.au> | 2015-03-10 23:40:58 +1000 |
---|---|---|
committer | Mark Perry <maperry78@yahoo.com.au> | 2015-03-10 23:40:58 +1000 |
commit | e5380e19f59cc5103edad64c40e280a2a096eae0 (patch) | |
tree | aa2e7f40280b9ad6c980b53450aeb3fe4b355bcf /build.gradle | |
parent | 6d4b06956d76ea70337c90b651757ebe07ed7764 (diff) | |
download | frege-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.gradle | 2 |
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 : "") |