Skip to content

Commit

Permalink
Update stackzyVersion and App.kt version to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jan 19, 2025
1 parent 57ba73e commit bfc6bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.7") // TODO : Change in App.kt also
val stackzyVersion by extra("1.2.8") // TODO : Change in App.kt also

group = "com.theapache64"
version = stackzyVersion
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.7", // TODO: Change below date also
version = "v1.2.8", // TODO: Change below date also
versionCode = 20250119
)

Expand Down

0 comments on commit bfc6bfd

Please sign in to comment.