From 02efaeeafc89aa8e3bf489b0d9437910ecb36dbb Mon Sep 17 00:00:00 2001 From: theapache64 Date: Mon, 24 Jan 2022 07:49:05 +0530 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20bump=20app=20version=20to?= =?UTF-8?q?=201.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- data/build.gradle.kts | 2 +- src/main/kotlin/com/theapache64/stackzy/App.kt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 281d2d4..974b447 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } val daggerVersion by extra("2.40.5") -val stackzyVersion by extra("1.2.1") // TODO : Change in App.kt also +val stackzyVersion by extra("1.2.2") // TODO : Change in App.kt also group = "com.theapache64" version = stackzyVersion diff --git a/data/build.gradle.kts b/data/build.gradle.kts index ef5345c..a546eed 100644 --- a/data/build.gradle.kts +++ b/data/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "com.theapache64.stackzy" -version = "1.2.1" +version = "1.2.2" repositories { mavenCentral() diff --git a/src/main/kotlin/com/theapache64/stackzy/App.kt b/src/main/kotlin/com/theapache64/stackzy/App.kt index 32d2b9b..d060ebb 100644 --- a/src/main/kotlin/com/theapache64/stackzy/App.kt +++ b/src/main/kotlin/com/theapache64/stackzy/App.kt @@ -39,7 +39,7 @@ fun main() { // Parsing application arguments val appArgs = AppArgs( appName = "Stackzy", - version = "v1.2.1", + version = "v1.2.2", versionCode = 20210724 )