Skip to content

Commit 9bdf833

Browse files
committed
Update stackzy to version 1.2.11
1 parent fc08777 commit 9bdf833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010

1111
val daggerVersion by extra("2.47")
1212
// [latest version - i promise!]
13-
val stackzyVersion by extra("1.2.10")
13+
val stackzyVersion by extra("1.2.11")
1414

1515
group = "com.theapache64"
1616
version = stackzyVersion

src/main/kotlin/com/theapache64/stackzy/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fun main() {
4040
val appArgs = AppArgs(
4141
appName = "Stackzy",
4242
// [latest version - i promise!]
43-
version = "1.2.10", // TODO: Change below date also
43+
version = "1.2.11", // TODO: Change below date also
4444
)
4545

4646
// Passing args

0 commit comments

Comments
 (0)