From e5380e19f59cc5103edad64c40e280a2a096eae0 Mon Sep 17 00:00:00 2001 From: Mark Perry Date: Tue, 10 Mar 2015 23:40:58 +1000 Subject: Released gradle plugin 0.2, bumped verson to 0.3 snapshot --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : "") -- cgit