Skip to content

Commit

Permalink
Merge pull request #350 from brarcher/pre-v0.27
Browse files Browse the repository at this point in the history
Update for v0.27
  • Loading branch information
brarcher authored Jan 27, 2020
2 parents 77a6cca + 8fa868e commit 7970bb8
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.27 (2020-01-26)

Changes:
- Tapping on a barcode now moves it to the top of the screen ([#348](https://github.com/brarcher/loyalty-card-locker/pull/348))
- Add white space around barcodes to improve scanning in dark mode ([#328](https://github.com/brarcher/loyalty-card-locker/issues/328))
- Fix swapped import buttons. ([#346](https://github.com/brarcher/loyalty-card-locker/pull/346))

## v0.26.1 (2020-01-09)

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 37
versionName "0.26.1"
versionCode 38
versionName "0.27"
}
buildTypes {
release {
Expand Down

0 comments on commit 7970bb8

Please sign in to comment.