Skip to content

Commit e561f75

Browse files
committed
stable release
1 parent 9205e63 commit e561f75

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2.1.0-beta.1:
1+
2.1.0:
22

3-
- Port to 1.21.1~26.1.x
4-
- Now requires NotEnoughCrashes
5-
- Port to OneConfig v1
3+
- Stable release

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ publishMods {
152152
version.set("v$modversion")
153153
changelog.set(changelogMd)
154154

155-
type.set(BETA)
155+
type.set(STABLE)
156156
modLoaders.add("fabric")
157157

158158
modrinth {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mod.name=CrashPatch
22
mod.id=crashpatch
3-
mod.version=2.1.0-beta.1
3+
mod.version=2.1.0
44
mod.group=org.polyfrost
55

66
loomx.loom_version=1.16-SNAPSHOT

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)