Skip to content

Commit

Permalink
Version Bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andresth committed Feb 8, 2017
1 parent 98034b9 commit 0f28d9b
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
@@ -1,6 +1,11 @@
## development
#### new features

#### improvements

#### fixes

## v0.4.1
#### improvements
* Redesigned subtask list to solve layout problems
* Better looking launcher icon in Android 6 and lower
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 5
versionName "0.4"
versionCode 6
versionName "0.4.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 0f28d9b

Please sign in to comment.