Skip to content

Commit

Permalink
Versions increase and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Aug 8, 2023
1 parent fe70ca9 commit fc33241
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 41 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [4.0.8]

- Switched to using fabric mixin AP

## [4.0.7]

- Forge <-> Neo compatability changes
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'fabric-loom' version '1.3-SNAPSHOT' apply(false)
id 'net.neoforged.gradle' version '[6.0.18,6.2)' apply(false)
id "org.spongepowered.mixin" version "${mixin_version}" apply(false)
id "me.modmuss50.mod-publish-plugin" version "0.3.0"
}

Expand Down

This file was deleted.

3 changes: 1 addition & 2 deletions fabric/src/main/resources/bcc.fabric.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"mixins": [
],
"client": [
"ServerEntryMixin",
"ServerStatusPingerMixin"
"ServerEntryMixin"
],
"server": [
],
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'idea'
id 'net.neoforged.gradle'
id 'org.spongepowered.mixin'
id "org.spongepowered.mixin" version "${mixin_version}"
}

mixin {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
mod_version=4.0.7
mod_version=4.0.8
group=dev.wuffs.bcc

# Common
Expand Down
2 changes: 1 addition & 1 deletion neo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'idea'
id 'net.neoforged.gradle'
id 'org.spongepowered.mixin'
id "org.spongepowered.mixin" version "${mixin_version}"
}

mixin {
Expand Down

0 comments on commit fc33241

Please sign in to comment.