Skip to content

Commit

Permalink
Prepare release 1.0.0-beta06
Browse files Browse the repository at this point in the history
  • Loading branch information
ariel10aguero committed Oct 12, 2023
1 parent 4b755b9 commit 4f58ac2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

# Version 1.0.0-beta06 (2023-10-12)
- Adds fixes to the payment endpoint
- Adds a progress bar to the contact list on the dashboard

# Version 1.0.0-beta05 (2023-09-25)
- Adds fixes on phone signer

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ kapt.include.compile.classpath=false
#kapt.verbose=true
android.bundle.enableUncompressedNativeLibs=false

VERSION_NAME=1.0.0-beta05
VERSION_NAME=1.0.0-beta06

# 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=100205
VERSION_CODE=100206


# Kotlin-Android submodule
KA_VERSION_NAME=1.0.0-beta05
KA_VERSION_NAME=1.0.0-beta06

# 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=100205
KA_VERSION_CODE=100206

0 comments on commit 4f58ac2

Please sign in to comment.