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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed Mar 30, 2016
1 parent 3ea0c69 commit 266f8e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3 (2016-03-30)

* Improve loading of feed colors in article view

## 0.2 (2016-03-17)

* Improve handling of unread/starred changes
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 5
versionName "0.2"
versionCode 6
versionName "0.3"

archivesBaseName="${getApplicationId()}_${getVersionCode()}"

Expand Down

0 comments on commit 266f8e7

Please sign in to comment.