Skip to content

Commit

Permalink
bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djschilling committed Mar 14, 2015
1 parent 13dc561 commit 5c645f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.0

* first App Store version.

## 1.0.2

### Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 21
versionCode 4
versionName "1.0.2"
versionCode 5
versionName "1.1.0"
}

compileOptions {
Expand Down

0 comments on commit 5c645f7

Please sign in to comment.