Skip to content

Commit

Permalink
✨ start next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jan 8, 2022
1 parent 2f49e80 commit 4301d84
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.2") // TODO : Change in App.kt also
val stackzyVersion by extra("1.1.3") // 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.2"
version = "1.1.3"

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

Expand Down

0 comments on commit 4301d84

Please sign in to comment.