Skip to content

Commit

Permalink
Prepare release 1.0.0-alpha42
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastiminskas committed Jan 28, 2022
1 parent 7926c9c commit 56e0fb6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# ChangeLog

# Version 1.0.0-alpha40 (2022-01-21)
# Version 1.0.0-alpha42 (2022-01-28)
- Adds confirmation for message delete and message flag actions
- Improves message options menu layout
- Improves alerts style
- Improves restore logic

# Version 1.0.0-alpha41 (2022-01-21)
- Adds progress bar during restore
- Adds ability to partially restore account
- Fixes layout issue on messages bubbles
Expand Down
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-alpha41
VERSION_NAME=1.0.0-alpha42

# 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=100141
VERSION_CODE=100142


# Kotlin-Android submodule
KA_VERSION_NAME=1.0.0-alpha41
KA_VERSION_NAME=1.0.0-alpha42

# 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=100141
KA_VERSION_CODE=100142

0 comments on commit 56e0fb6

Please sign in to comment.