Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
Update CHANGELOG.md and versionCode for release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed Mar 17, 2016
1 parent a4fa10c commit 7e44aaf
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,3 +1,8 @@
## 0.2 (2016-03-17)

* Improve handling of unread/starred changes
* Fix bug leading to a crash when selecting an item in the drawer while "only Unread" is selected

## 0.1 (2016-03-07)

* Show warning when ownCloud news is improperly configured
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 16
targetSdkVersion 23
versionCode 4
versionName "0.1"
versionCode 5
versionName "0.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 7e44aaf

Please sign in to comment.