Skip to content

Commit 98c641c

Browse files
committed
bump
1 parent 62d0872 commit 98c641c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ plugins {
1818

1919
toolkitLoomHelper {
2020
useOneConfig {
21-
version = "1.0.0-alpha.49"
22-
loaderVersion = "1.1.0-alpha.35"
21+
version = "1.0.0-alpha.62"
22+
loaderVersion = "1.1.0-alpha.44"
2323

2424
usePolyMixin = true
2525
polyMixinVersion = "0.8.4+build.2"

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Gradle Configuration -- DO NOT TOUCH THESE VALUES.
2-
polyfrost.defaults.loom=3
32
org.gradle.daemon=true
43
org.gradle.parallel=true
54
org.gradle.configureoncommand=true
@@ -8,5 +7,5 @@ org.gradle.jvmargs=-Xmx2G
87

98
mod.name=PolySprint
109
mod.id=polysprint
11-
mod.version=1.0.1
10+
mod.version=1.1.0-alpha.1
1211
mod.group=org.polyfrost

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pluginManagement {
2424

2525
plugins {
2626
kotlin("jvm") version("2.0.0")
27-
id("dev.deftu.gradle.multiversion-root") version("2.18.2")
27+
id("dev.deftu.gradle.multiversion-root") version("2.22.0")
2828
}
2929
}
3030

0 commit comments

Comments
 (0)