From 370408575f5be0003efe0a54b37f79e5bfb8837a Mon Sep 17 00:00:00 2001 From: Dmitry Naymushin Date: Mon, 23 May 2022 12:52:05 +0300 Subject: [PATCH] start 1.0.3 development --- CHANGELOG.md | 6 ++++++ gradle.properties | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bc0136..a957b74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.3 + +#### Fixed +#### Changes +#### Additions + ## 1.0.2 #### Fixed diff --git a/gradle.properties b/gradle.properties index 218fbb3..000f3cf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,6 +23,6 @@ POM_SCM_URL=https://github.com/tinkoff-mobile-tech/TinkoffID-Android/tree/main POM_SCM_CONNECTION=scm:git:git://github.com/tinkoff-mobile-tech/TinkoffID-Android.git POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com:tinkoff-mobile-tech/TinkoffID-Android.git -VERSION_NAME=1.0.2 -VERSION_CODE=3 +VERSION_NAME=1.0.3 +VERSION_CODE=4 GROUP=ru.tinkoff.core.tinkoffauth