We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0c91f commit 9cfee75Copy full SHA for 9cfee75
build.gradle.kts
@@ -14,7 +14,7 @@ plugins {
14
ksp { arg("verbose", "true") }
15
16
group = "io.github.footermandev.tritium"
17
-version = "0.1.1"
+version = "0.1.2"
18
19
val os: OperatingSystem = OperatingSystem.current()
20
val arch: String = System.getProperty("os.arch").lowercase()
0 commit comments