Skip to content

Commit

Permalink
Merge pull request #363 from brarcher/pre-v0.28
Browse files Browse the repository at this point in the history
Update for v0.28
  • Loading branch information
brarcher authored Mar 10, 2020
2 parents 72a04b5 + 9f1d5ad commit 9de6a2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.28 (2020-03-09)

Changes:
- Fix barcode centering when exiting full screen ([#351](https://github.com/brarcher/loyalty-card-locker/pull/351))
- Allow backup export location to be selected ([#352](https://github.com/brarcher/loyalty-card-locker/pull/352))
- Update translations ([#357](https://github.com/brarcher/loyalty-card-locker/pull/357)) & ([#362](https://github.com/brarcher/loyalty-card-locker/pull/362))

## v0.27 (2020-01-26)

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 16
targetSdkVersion 29
versionCode 38
versionName "0.27"
versionCode 39
versionName "0.28"
}
buildTypes {
release {
Expand Down

0 comments on commit 9de6a2e

Please sign in to comment.