Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrya committed Sep 6, 2020
1 parent a0a5420 commit 100fa67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
minSdkVersion(14)
targetSdkVersion(29)
versionCode = 27
versionName = "2.0.1"
versionName = "2.1.0"
}
signingConfigs {
create("release") {
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.1.0
• Added ability to configure publishing period separately when device is charging (#24).
• Fixed issue with beacons that do not have a name (#22).
• Fixed issue with publishing sometimes stopping (#23).

v2.0.0
• Added initial support for Bluetooth beacons.
• Fixed that battery messages where being sent via mobile regardless of settings.

0 comments on commit 100fa67

Please sign in to comment.