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

Commit

Permalink
Update release version for 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed May 3, 2016
1 parent 6d9ebb7 commit 6393651
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.6 (2016-05-03)

* Add possibility to accept self-signed certs (Uses [MemorizingTrustManager](https://github.com/ge0rg/MemorizingTrustManager))

## 0.5 (2016-04-29)

* Update proguard rules to fix colors not being applied in article webview
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 8
versionName "0.5"
versionCode 9
versionName "0.6"

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

Expand Down

0 comments on commit 6393651

Please sign in to comment.