Skip to content

Commit 4281c14

Browse files
committed
prepare for release
1 parent 0707fb2 commit 4281c14

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
- Synced with 6.0.8
12
- Searching in the Stockkeeper GUI now syncs with EMI too, not just JEI
3+
- Fixed a crash with Ribbits (#1823)
4+
- Fixed a crash with Enchancement (#1818)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ val buildNum = providers.environmentVariable("GITHUB_RUN_NUMBER")
99
.getOrElse("local")
1010

1111
val mcVer: String = libs.versions.minecraft.get()
12-
version = "6.0.7.0+$buildNum-mc$mcVer"
12+
version = "6.0.8.0+$buildNum-mc$mcVer"
1313

1414
group = "com.simibubi.create"
1515

0 commit comments

Comments
 (0)