Skip to content

Commit

Permalink
Bump version for release and include changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jensck committed Jun 3, 2019
1 parent 224a86c commit 7dca9e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.3.13
======
- Fix BLE pairing bug in mesh setup with devices that have new/unknown serial numbers

2.3.11
======
- Fix Photon claiming issue
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
minSdkVersion 21
targetSdkVersion 28
// scheme for these version numbers: EPOCH MAJOR MINOR PATCH BUILD
versionCode 1_02_03_11_01
versionName "2.3.11"
versionCode 1_02_03_13_01
versionName "2.3.13"

vectorDrawables.useSupportLibrary = true

Expand Down

0 comments on commit 7dca9e0

Please sign in to comment.