From cc0f8cf22afd47d18263f6c5eafeb6f4071f1459 Mon Sep 17 00:00:00 2001 From: Tomas Timinskas Date: Sat, 30 Oct 2021 20:35:59 -0300 Subject: [PATCH] Prepare release 1.0.0-alpha31 --- docs/CHANGELOG.md | 4 ++++ gradle.properties | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2617d6826d..6e8f81b8cd 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,9 @@ # ChangeLog +# Version 1.0.0-alpha31 (2021-10-30) + - Adds ability to record and send video from Camera + - Fixes paid content issue + # Version 1.0.0-alpha30 (2021-10-22) - Adds ability to send video from Library - Adds ability to search for contacts and chats on Dashboard diff --git a/gradle.properties b/gradle.properties index 930661cd85..ad86bdda7e 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-alpha30 +VERSION_NAME=1.0.0-alpha31 # 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=100130 +VERSION_CODE=100131 # Kotlin-Android submodule -KA_VERSION_NAME=1.0.0-alpha30 +KA_VERSION_NAME=1.0.0-alpha31 # 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=100130 +KA_VERSION_CODE=100131