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 )