We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ff2caa + e4327df commit a3c0a16Copy full SHA for a3c0a16
CHANGELOG.md
@@ -1,3 +1,3 @@
1
-## 0.0.1 - TBD
+## 1.0.0 - 2017-07-25
2
3
Initial release of plugin
build.gradle
@@ -38,7 +38,7 @@ def releaseRevision = { ->
38
39
def DIST_VERSION = releaseRevision()
40
def GIT_REVISION = gitRevision()
41
-def PLUGIN_VERSION = '0.0.1'
+def PLUGIN_VERSION = '1.0.0'
42
43
project.ext.distVersion = DIST_VERSION
44
project.ext.fullVersion = DIST_VERSION ? "${PLUGIN_VERSION}-${DIST_VERSION}" : PLUGIN_VERSION
0 commit comments