Skip to content

Commit 1f328c3

Browse files
committed
feat: update mod version to 3.0.0-beta.1 and change release type to BETA
1 parent bce3063 commit 1f328c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ publishMods {
110110
displayName = "${property("mod.name")} ${property("mod.version")} for ${stonecutter.current.version}"
111111
version = property("mod.version") as String
112112
changelog = rootProject.file("CHANGELOG.md").readText()
113-
type = STABLE
113+
type = BETA
114114
modLoaders.add("fabric")
115115

116116
dryRun = providers.environmentVariable("MODRINTH_TOKEN").getOrNull() == null

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.parallel=true
44
org.gradle.configuration-cache=false
55

66
# Mod properties
7-
mod.version=3.0.0-alpha.1
7+
mod.version=3.0.0-beta.1
88
mod.group=com.github.kd_gaming1
99
mod.id=scaleme
1010
mod.name=Scale Me

0 commit comments

Comments
 (0)