From 71efd7776f63cf54d3931ff85939125963f40e9b Mon Sep 17 00:00:00 2001 From: theapache64 Date: Wed, 12 Jan 2022 09:23:07 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20start=20next=20development=20versio?= =?UTF-8?q?n=201.2.0?= 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 27ec3de..b74489d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } val daggerVersion by extra("2.39.1") -val stackzyVersion by extra("1.1.3") // TODO : Change in App.kt also +val stackzyVersion by extra("1.2.0") // TODO : Change in App.kt also group = "com.theapache64" version = stackzyVersion diff --git a/data/build.gradle.kts b/data/build.gradle.kts index 3e565d0..07546b9 100644 --- a/data/build.gradle.kts +++ b/data/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "com.theapache64.stackzy" -version = "1.1.3" +version = "1.2.0" repositories { mavenCentral() diff --git a/src/main/kotlin/com/theapache64/stackzy/App.kt b/src/main/kotlin/com/theapache64/stackzy/App.kt index 14541b5..22e0418 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.1.3", + version = "v1.2.0", versionCode = 20210724 )