Skip to content

Commit

Permalink
version bump to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andresth committed Jan 29, 2017
1 parent 01a75ec commit a083065
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.2
#### new features
* FAB menu in Task Details
* Create, edit and remove task comments (in tasks details)
* Open and close tasks (in tasks details)
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 1
versionName "0.1"
versionCode 2
versionName "0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit a083065

Please sign in to comment.