Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markormesher committed Feb 7, 2018
1 parent 3d66efd commit d74cd21
Show file tree
Hide file tree
Showing 2 changed files with 10,995 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static def getSecrets() {
@SuppressWarnings("GroovyUnusedDeclaration")
static def getProps() {
Properties properties = new Properties()
properties['version_code'] = 14
properties['version_name'] = '2.0.0'
properties['version_code'] = 15
properties['version_name'] = '2.1.0'
return properties
}
Loading

0 comments on commit d74cd21

Please sign in to comment.