Skip to content

Commit

Permalink
Advance version number to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Dec 20, 2021
1 parent da188d0 commit 4339a87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 1.0.5
* Fix tracking from first start

## 1.0.4
* Automatically restart after an update

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 11
targetSdkVersion sdk_version

versionCode 5
versionName '1.0.4'
versionCode 6
versionName '1.0.5'
}

signingConfigs {
Expand Down

0 comments on commit 4339a87

Please sign in to comment.