Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andresth committed Aug 1, 2017
1 parent 99b61e4 commit c1fb22a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## 0.5.6 (development)
## 0.5.7 (development)
#### new features

#### improvements

#### fixes

## 0.5.6
#### new features
* Download files attached to tasks
* Move task to other columns
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 17
targetSdkVersion 25
versionCode 14
versionName "0.5.5"
versionCode 16
versionName "0.5.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit c1fb22a

Please sign in to comment.