We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1576e3 commit c19ab4eCopy full SHA for c19ab4e
build.gradle.kts
@@ -18,7 +18,7 @@ plugins {
18
19
toolkitLoomHelper {
20
useOneConfig {
21
- version = "1.0.0-alpha.58"
+ version = "1.0.0-alpha.62"
22
loaderVersion = "1.1.0-alpha.44"
23
24
usePolyMixin = true
gradle.properties
@@ -12,6 +12,6 @@ mod.name=Patcher
12
# Sets the ID of your mod that mod loaders use to recognize it.
13
mod.id=patcher
14
# Sets the version of your mod. Make sure to update this when you make changes according to the SemVer specification.
15
-mod.version=1.10.1
+mod.version=1.11.0-alpha.1
16
# Sets the Maven group ID of your mod. This is effectively unused but is good practice to set regardless.
17
mod.group=club.sk1er
0 commit comments