Skip to content

Commit

Permalink
Bump to 10.2 - release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Nov 16, 2024
1 parent 29d488c commit 3e9e99b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [10.2] - 2024-11-16

### Fixed
- Specified ordinality on a local capture for when the mixin is applied in brittle contexts

## [10.1] - 2024-11-04

### Fixed
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:10.1') {
implementation ('zone.rong:mixinbooter:10.2') {
transitive = false
}
annotationProcessor ('zone.rong:mixinbooter:10.1') {
annotationProcessor ('zone.rong:mixinbooter:10.2') {
transitive = false
}
// RetroFuturaGradle:
String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:10.1')
// modUtils.enableMixins('zone.rong:mixinbooter:10.1', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional)
String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:10.2')
// modUtils.enableMixins('zone.rong:mixinbooter:10.2', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional)
api (mixinBooter) {
transitive = false
}
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=10.1
mod_version=10.2
mod_name=MixinBooter
version_type=beta
version_type=release

0 comments on commit 3e9e99b

Please sign in to comment.