We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7669e commit a7a0e5dCopy full SHA for a7a0e5d
2 files changed
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
11
val daggerVersion by extra("2.47")
12
// [latest version - i promise!]
13
-val stackzyVersion by extra("1.2.12")
+val stackzyVersion by extra("1.2.13")
14
15
group = "com.theapache64"
16
version = stackzyVersion
src/main/kotlin/com/theapache64/stackzy/App.kt
@@ -40,7 +40,7 @@ fun main() {
40
val appArgs = AppArgs(
41
appName = "Stackzy",
42
43
- version = "1.2.12", // TODO: Change below date also
+ version = "1.2.13", // TODO: Change below date also
44
)
45
46
// Passing args
0 commit comments