Skip to content

Commit

Permalink
Merge pull request #271 from brarcher/pre-v0.25
Browse files Browse the repository at this point in the history
Update for v0.25
  • Loading branch information
brarcher authored Oct 7, 2018
2 parents c5ad261 + 6fa70af commit 727f3f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.25 (2018-10-07)

Changes:
- Sort card list case insensitive (https://github.com/brarcher/loyalty-card-locker/pull/266)
- Add setting to lock orientation for all cards (https://github.com/brarcher/loyalty-card-locker/pull/269)

## v0.24 (2018-07-31)

Changes:
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "protect.card_locker"
minSdkVersion 15
targetSdkVersion 27
versionCode 30
versionName "0.24"
versionCode 31
versionName "0.25"
}
buildTypes {
release {
Expand Down

0 comments on commit 727f3f3

Please sign in to comment.