Skip to content

Commit

Permalink
Bump back release version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanjan90 authored Jan 13, 2021
1 parent 424ef1c commit c6a24c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'maven-publish'
}

def releaseVersion = '1.0.1'
def releaseVersion = '1.0.0'
def releaseBuild = false;

if (System.getenv('TRAVIS_BRANCH') && System.getenv('TRAVIS_PULL_REQUEST') == 'false') {
Expand Down

0 comments on commit c6a24c0

Please sign in to comment.