Skip to content

Commit

Permalink
Version bump to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andresth committed Feb 2, 2017
1 parent 0a83244 commit 2a753e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## development
#### new features

#### improvements

#### fixes

## v0.3
#### new features
* Remove task from FAB in task view
* Landscape layout for task view

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 2
versionName "0.2"
versionCode 3
versionName "0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 2a753e0

Please sign in to comment.