Skip to content

Commit a3c0a16

Browse files
authored
Merge pull request #1 from bdpiparva/bumup-version
Bump version to 1.0.0
2 parents 6ff2caa + e4327df commit a3c0a16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 0.0.1 - TBD
1+
## 1.0.0 - 2017-07-25
22

33
Initial release of plugin

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def releaseRevision = { ->
3838

3939
def DIST_VERSION = releaseRevision()
4040
def GIT_REVISION = gitRevision()
41-
def PLUGIN_VERSION = '0.0.1'
41+
def PLUGIN_VERSION = '1.0.0'
4242

4343
project.ext.distVersion = DIST_VERSION
4444
project.ext.fullVersion = DIST_VERSION ? "${PLUGIN_VERSION}-${DIST_VERSION}" : PLUGIN_VERSION

0 commit comments

Comments
 (0)