Skip to content

Commit

Permalink
version number update.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbond committed Jan 5, 2016
1 parent 61239a4 commit 760f007
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cardstack/build.gradle
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/aaronbond/Swipe-Deck'
gitUrl = 'https://github.com/aaronbond/Swipe-Deck.git'

libraryVersion = '0.0.6'
libraryVersion = '0.0.7'

developerId = 'aaronbond'
developerName = 'Aaron Bond'
Expand All @@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 6
versionName "0.0.6"
versionCode 7
versionName "0.0.7"
}
buildTypes {
release {
Expand Down

0 comments on commit 760f007

Please sign in to comment.