Skip to content

Commit

Permalink
Update version number for release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
puf committed Jan 19, 2016
1 parent 9a5db25 commit 40fff36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "0.3.0"
versionName "0.3.1"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>FirebaseUI-Android</name>
<description>FirebaseUI library for Android applications</description>
<url>https://github.com/firebase/FirebaseUI-Android</url>
<version>0.3.0</version>
<version>0.3.1</version>
<packaging>aar</packaging>
<scm>
<url>scm:[email protected]/firebase/FirebaseUI-Android</url>
Expand Down

0 comments on commit 40fff36

Please sign in to comment.