Skip to content

Commit 1b19cb8

Browse files
author
Eric Leong
committed
Bump version.
1 parent 85151f7 commit 1b19cb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backboard/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ext {
1414
siteUrl = 'https://github.com/tumblr/Backboard'
1515
gitUrl = 'https://github.com/tumblr/Backboard.git'
1616

17-
libraryVersion = '0.1.1'
17+
libraryVersion = '0.1.2'
1818

1919
developerId = 'ericleong'
2020
developerName = 'Eric Leong'
@@ -32,8 +32,8 @@ android {
3232
defaultConfig {
3333
minSdkVersion rootProject.ext.minSdkVersion
3434
targetSdkVersion rootProject.ext.targetSdkVersion
35-
versionCode 101
36-
versionName "0.1.1"
35+
versionCode 102
36+
versionName "0.1.2"
3737
}
3838
buildTypes {
3939
release {

0 commit comments

Comments
 (0)