Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDTA committed Sep 19, 2016
1 parent 6d092dc commit ca3d13e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -27,7 +27,7 @@ buildscript {
Properties localProperties = new Properties()
localProperties.load(file('local.properties').newDataInputStream())

String VERSION = '1.0.0'
String VERSION = '1.0.1'

apply plugin: 'com.android.library'
apply plugin: 'com.jfrog.bintray'
Expand Down Expand Up @@ -99,4 +99,4 @@ publishing {
}
}
}
}
}

0 comments on commit ca3d13e

Please sign in to comment.