We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce3063 commit 1f328c3Copy full SHA for 1f328c3
build.gradle.kts
@@ -110,7 +110,7 @@ publishMods {
110
displayName = "${property("mod.name")} ${property("mod.version")} for ${stonecutter.current.version}"
111
version = property("mod.version") as String
112
changelog = rootProject.file("CHANGELOG.md").readText()
113
- type = STABLE
+ type = BETA
114
modLoaders.add("fabric")
115
116
dryRun = providers.environmentVariable("MODRINTH_TOKEN").getOrNull() == null
gradle.properties
@@ -4,7 +4,7 @@ org.gradle.parallel=true
4
org.gradle.configuration-cache=false
5
6
# Mod properties
7
-mod.version=3.0.0-alpha.1
+mod.version=3.0.0-beta.1
8
mod.group=com.github.kd_gaming1
9
mod.id=scaleme
10
mod.name=Scale Me
0 commit comments