Skip to content

Commit

Permalink
Merge pull request #261 from brarcher/pre-v0.24
Browse files Browse the repository at this point in the history
Update for v0.24
  • Loading branch information
brarcher authored Aug 1, 2018
2 parents 2dd02f4 + eb6364b commit 59bde69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.24 (2018-07-31)

Changes:
- Add a setting to control screen brightness when displaying a barcode (https://github.com/brarcher/loyalty-card-locker/pull/259)
- Add Greek translations (https://github.com/brarcher/loyalty-card-locker/pull/252)
- Add Slovenian translations (https://github.com/brarcher/loyalty-card-locker/pull/260)
- Update translations (https://github.com/brarcher/loyalty-card-locker/pull/260, https://github.com/brarcher/loyalty-card-locker/pull/254)

## v0.23.4 (2018-05-12)

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 29
versionName "0.23.4"
versionCode 30
versionName "0.24"
}
buildTypes {
release {
Expand Down

0 comments on commit 59bde69

Please sign in to comment.