Skip to content

Commit

Permalink
Version bump to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andresth committed Feb 11, 2017
1 parent 7b37f72 commit 6cba140
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

#### fixes

## v0.4.2
#### improvements
* Send crash reports via email


## v0.4.1
#### improvements
* Redesigned subtask list to solve layout problems
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "in.andres.kandroid"
minSdkVersion 21
targetSdkVersion 25
versionCode 6
versionName "0.4.1"
versionCode 7
versionName "0.4.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 6cba140

Please sign in to comment.