Skip to content

Commit 0dd851a

Browse files
committed
2.0.11 - fixed ARM mac library issue for iceStorm
1 parent a029e0c commit 0dd851a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ buildscript {
1313

1414
val antlrKotlinVersion = extra.get("antlrKotlinVersion") as String
1515

16-
1716
plugins {
1817
kotlin("jvm") version "1.9.23"
1918
id("org.jetbrains.compose") version "1.6.2"
@@ -23,7 +22,7 @@ plugins {
2322
kotlin("plugin.serialization") version "1.9.23"
2423
}
2524

26-
val fullVersion = "2.0.10-PREVIEW"
25+
val fullVersion = "2.0.11-PREVIEW"
2726
val numOnlyVersion = fullVersion.split('-').first()
2827

2928
group = "com.alchitry"

0 commit comments

Comments
 (0)