Skip to content

Commit

Permalink
Bump to 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Sep 20, 2024
1 parent 476ff06 commit b7529d4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [9.4] - 2024-09-20

### Changed
- Updated UniMix
- Enable `comformVisibility` to `true` by default - thanks to jbredwards

### Fixed
- Compatibility with older ASM libraries - thanks to HowardZHY

## [9.3] - 2024-08-18

### Changed
- Updated MixinExtras to 0.3.6

## [9.2] - 2024-08-08

### Changed
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ dependencies {
annotationProcessor 'com.google.code.gson:gson:2.8.9'
// ForgeGradle:
implementation ('zone.rong:mixinbooter:9.3') {
implementation ('zone.rong:mixinbooter:9.4') {
transitive = false
}
annotationProcessor ('zone.rong:mixinbooter:9.3') {
annotationProcessor ('zone.rong:mixinbooter:9.4') {
transitive = false
}
// RetroFuturaGradle:
String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:9.3')
// modUtils.enableMixins('zone.rong:mixinbooter:9.3', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional)
String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:9.4')
// modUtils.enableMixins('zone.rong:mixinbooter:9.4', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional)
api (mixinBooter) {
transitive = false
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx3G
mod_version=9.3
mod_version=9.4
mod_name=MixinBooter
version_type=release

0 comments on commit b7529d4

Please sign in to comment.