Update for v0.25.1

This commit is contained in:
Branden Archer
2018-10-14 11:46:26 -07:00
parent d88bede310
commit 580025c99e
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
## v0.25.1 (2018-10-14)
Changes:
- Fix creating new card by manually entering barcode (https://github.com/brarcher/loyalty-card-locker/issues/272)
## v0.25 (2018-10-07)
Changes:

View File

@@ -13,8 +13,8 @@ android {
applicationId "protect.card_locker"
minSdkVersion 15
targetSdkVersion 27
versionCode 31
versionName "0.25"
versionCode 32
versionName "0.25.1"
}
buildTypes {
release {