Skip to content

Commit

Permalink
✨ start next development version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jan 12, 2022
1 parent 04d602b commit 71efd77
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.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
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.1.3"
version = "1.2.0"

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.1.3",
version = "v1.2.0",
versionCode = 20210724
)

Expand Down

0 comments on commit 71efd77

Please sign in to comment.