summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMark Perry <maperry78@yahoo.com.au>2015-07-24 23:45:23 +1000
committerMark Perry <maperry78@yahoo.com.au>2015-07-24 23:45:23 +1000
commit9181b147601bc19ce78b945ff0206e98190489da (patch)
tree40199ac6dc0ff815f0e97c34d83ddddea71df5cb /build.gradle
parent47b3b5f63ca3f3531ec6264116f70e99ae16c8ae (diff)
downloadfrege-gradle-plugin-9181b147601bc19ce78b945ff0206e98190489da.tar.gz
frege-gradle-plugin-9181b147601bc19ce78b945ff0206e98190489da.tar.bz2
frege-gradle-plugin-9181b147601bc19ce78b945ff0206e98190489da.zip
Increased version to 0.4.2-SNAPSHOT
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 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 : "")