Skip to content

Commit

Permalink
Merge pull request #275 from brarcher/pre-v0.25.1
Browse files Browse the repository at this point in the history
Update for v0.25.1
  • Loading branch information
brarcher authored Oct 14, 2018
2 parents d88bede + 580025c commit 81d7250
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
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 31
versionName "0.25"
versionCode 32
versionName "0.25.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 81d7250

Please sign in to comment.