Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Feb 2, 2025
1 parent a0c6e46 commit 940f43f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ plugins {

toolkitLoomHelper {
useOneConfig {
version = "1.0.0-alpha.49"
loaderVersion = "1.1.0-alpha.35"
version = "1.0.0-alpha.62"
loaderVersion = "1.1.0-alpha.44"

usePolyMixin = true
polyMixinVersion = "0.8.4+build.2"
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Gradle Configuration -- DO NOT TOUCH THESE VALUES.
polyfrost.defaults.loom=3
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.configureoncommand=true
Expand All @@ -8,5 +7,5 @@ org.gradle.jvmargs=-Xmx2G

mod.name=PolyBlur
mod.id=polyblur
mod.version=1.0.2
mod.version=1.1.0-alpha.1
mod.group=org.polyfrost
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pluginManagement {

plugins {
kotlin("jvm") version("2.0.0")
id("dev.deftu.gradle.multiversion-root") version("2.18.1")
id("dev.deftu.gradle.multiversion-root") version("2.22.0")
}
}

Expand Down

0 comments on commit 940f43f

Please sign in to comment.