Skip to content

Commit

Permalink
Update stackzyVersion and App version to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jan 19, 2025
1 parent 28bbe0b commit ad00fa0
Show file tree
Hide file tree
Showing 2 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 @@ -9,7 +9,7 @@ plugins {
}

val daggerVersion by extra("2.47")
val stackzyVersion by extra("1.2.6") // TODO : Change in App.kt also
val stackzyVersion by extra("1.2.7") // TODO : Change in App.kt also

group = "com.theapache64"
version = stackzyVersion
Expand Down
4 changes: 2 additions & 2 deletions src/main/kotlin/com/theapache64/stackzy/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ fun main() {
// Parsing application arguments
val appArgs = AppArgs(
appName = "Stackzy",
version = "v1.2.6", // TODO: Change below date also
versionCode = 20230811
version = "v1.2.7", // TODO: Change below date also
versionCode = 20250119
)

// Passing args
Expand Down

0 comments on commit ad00fa0

Please sign in to comment.