Skip to content

Commit

Permalink
prepare for 1.0.0-alpha03 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Jun 18, 2021
1 parent aad0700 commit df8a617
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Change Log

## Version 1.0.0-alpha03 (2021-06-16)
- Adds Message Selection Menu functionality with limited functionality
- Boosting message only
- Fixes podcast player stopping after device enters doze mode

## Version 1.0.0-alpha02 (2021-06-16)
- Adds Podcasting with limited functionality
- Streaming Sats turned off

## Version 1.0.0-alpha01 (2021-06-04)
- Initial Release
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ kapt.include.compile.classpath=false
# Enable In Logcat to determine Kapt
#kapt.verbose=true

VERSION_NAME=1.0.0-alpha02
VERSION_NAME=1.0.0-alpha03

# The trailing 2 digits are for `alpha##` releases. For example:
# 4.4.1-alpha02 = 441102 where `102` stands for alpha02
# 4.4.1-beta01 = 441201 where `201` stands for beta01
# 4.4.1-rc01 = 441301 where `301` stands for rc01
VERSION_CODE=100102
VERSION_CODE=100103


# Kotlin-Android submodule
KA_VERSION_NAME=1.0.0-alpha02
KA_VERSION_NAME=1.0.0-alpha03

# The trailing 2 digits are for `alpha##` releases. For example:
# 4.4.1-alpha02 = 441102 where `102` stands for alpha02
# 4.4.1-beta01 = 441201 where `201` stands for beta01
# 4.4.1-rc01 = 441301 where `301` stands for rc01
KA_VERSION_CODE=100102
KA_VERSION_CODE=100103

0 comments on commit df8a617

Please sign in to comment.