Skip to content

Commit

Permalink
version bump to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andresth committed Apr 4, 2017
1 parent 3d0b938 commit 8ee2ed4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## development
## 0.5.3
#### new features

#### improvements
* japanese translation (thanks to naofum)
* ~~Option to set start date when Kanboard version is 1.0.40 or higher~~

#### fixes
* App is crashing when users project list is empty
* App is crashing when user has no projects
* HTTP redirects should be handled correctly
* Task due date can now be deleted

## v0.5.2
#### new features
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "in.andres.kandroid"
minSdkVersion 21
targetSdkVersion 25
versionCode 12
versionName "0.5.2"
versionCode 13
versionName "0.5.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 8ee2ed4

Please sign in to comment.