diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0388c14795..c589a727f9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,8 @@ # ChangeLog +# Version 1.0.0-beta10 (2023-11-03) +- Fixes issue on invoice tag + # Version 1.0.0-beta09 (2023-11-02) - Apply indexes to the database tables diff --git a/gradle.properties b/gradle.properties index 42fddc2527..b39e103ffa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -37,20 +37,20 @@ kapt.include.compile.classpath=false # Enable In Logcat to determine Kapt #kapt.verbose=true -VERSION_NAME=1.0.0-beta09 +VERSION_NAME=1.0.0-beta10 # 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=100209 +VERSION_CODE=100210 # Kotlin-Android submodule -KA_VERSION_NAME=1.0.0-beta09 +KA_VERSION_NAME=1.0.0-beta10 # 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=100209 +KA_VERSION_CODE=100210