Skip to content

Commit

Permalink
⬆️ bump app version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jan 24, 2022
1 parent 08860b9 commit 02efaee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.theapache64.stackzy"
version = "1.2.1"
version = "1.2.2"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/theapache64/stackzy/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fun main() {
// Parsing application arguments
val appArgs = AppArgs(
appName = "Stackzy",
version = "v1.2.1",
version = "v1.2.2",
versionCode = 20210724
)

Expand Down

0 comments on commit 02efaee

Please sign in to comment.