Skip to content

Commit

Permalink
Bump to 9.3, out of beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Aug 18, 2024
1 parent 406bc85 commit 277c12d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

- Current Mixin Version: [UniMix 0.12.2 forked by CleanroomMC, derived from 0.8.5 branch by LegacyModdingMC](https://github.com/CleanroomMC/UniMix)

- Current MixinExtra Version: [0.3.5](https://github.com/LlamaLad7/MixinExtras)
- Current MixinExtra Version: [0.3.6](https://github.com/LlamaLad7/MixinExtras)

### For Developers:

Expand All @@ -24,16 +24,16 @@ dependencies {
annotationProcessor 'com.google.code.gson:gson:2.8.9'
// ForgeGradle:
implementation ('zone.rong:mixinbooter:9.2') {
implementation ('zone.rong:mixinbooter:9.3') {
transitive = false
}
annotationProcessor ('zone.rong:mixinbooter:9.2') {
annotationProcessor ('zone.rong:mixinbooter:9.3') {
transitive = false
}
// RetroFuturaGradle:
String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:9.2')
// modUtils.enableMixins('zone.rong:mixinbooter:9.2', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional)
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)
api (mixinBooter) {
transitive = false
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
mixin (mixinDep) {
transitive = false
}
embed 'io.github.llamalad7:mixinextras-common:0.3.5'
embed 'io.github.llamalad7:mixinextras-common:0.3.6'
annotationProcessor 'org.ow2.asm:asm-debug-all:5.2'
annotationProcessor 'com.google.guava:guava:24.1.1-jre'
annotationProcessor 'com.google.code.gson:gson:2.8.6'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx3G
mod_version=9.2
mod_version=9.3
mod_name=MixinBooter
version_type=beta
version_type=release

0 comments on commit 277c12d

Please sign in to comment.