Skip to content

Commit

Permalink
Update version string for v2.1.0-beta2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Aug 9, 2016
1 parent 0fd12f9 commit 1b4ce12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ Spanti Nicola <rydroid_dev@yahoo.com>
Jesse Shieh <jesse.shieh.pub@gmail.com>
Terry Chung <terrywmc@gmail.com>
Caesar Wirth <cjwirth@gmail.com>
Alceu Rodrigues Neto <alceurneto@gmail.com>
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'io.fabric'
def versionMajor = 2
def versionMinor = 1
def versionPatch = 0
def versionBuild = 1
def versionBuild = 2

def buildTime() {
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")
Expand Down

0 comments on commit 1b4ce12

Please sign in to comment.