diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b893f..b6d96a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [8.7] - 2023-10-30 + +### Fixed +- Fixed issues with different builds of DJ2Addons. + ## [8.6] - 2023-09-14 ### Added diff --git a/README.md b/README.md index ae80f52..4681b12 100644 --- a/README.md +++ b/README.md @@ -24,16 +24,16 @@ dependencies { annotationProcessor 'com.google.code.gson:gson:2.8.9' // ForgeGradle: - implementation ('zone.rong:mixinbooter:8.6') { + implementation ('zone.rong:mixinbooter:8.7') { transitive = false } - annotationProcessor ('zone.rong:mixinbooter:8.6') { + annotationProcessor ('zone.rong:mixinbooter:8.7') { transitive = false } // RetroFuturaGradle: - String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:8.6') - // modUtils.enableMixins('zone.rong:mixinbooter:8.6', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional) + String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:8.7') + // modUtils.enableMixins('zone.rong:mixinbooter:8.7', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional) api (mixinBooter) { transitive = false } diff --git a/gradle.properties b/gradle.properties index d5b1cf0..c135510 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs=-Xmx3G -mod_version=8.6 +mod_version=8.7 mod_name=MixinBooter version_type=release \ No newline at end of file