Skip to content

Commit 3e9e99b

Browse files
committed
Bump to 10.2 - release
1 parent 29d488c commit 3e9e99b

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [10.2] - 2024-11-16
4+
5+
### Fixed
6+
- Specified ordinality on a local capture for when the mixin is applied in brittle contexts
7+
38
## [10.1] - 2024-11-04
49

510
### Fixed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ dependencies {
2424
annotationProcessor 'com.google.code.gson:gson:2.8.9'
2525
2626
// ForgeGradle:
27-
implementation ('zone.rong:mixinbooter:10.1') {
27+
implementation ('zone.rong:mixinbooter:10.2') {
2828
transitive = false
2929
}
30-
annotationProcessor ('zone.rong:mixinbooter:10.1') {
30+
annotationProcessor ('zone.rong:mixinbooter:10.2') {
3131
transitive = false
3232
}
3333
3434
// RetroFuturaGradle:
35-
String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:10.1')
36-
// modUtils.enableMixins('zone.rong:mixinbooter:10.1', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional)
35+
String mixinBooter = modUtils.enableMixins('zone.rong:mixinbooter:10.2')
36+
// modUtils.enableMixins('zone.rong:mixinbooter:10.2', 'mod_id.mixins.refmap.json') << add refmap name as 2nd arg (optional)
3737
api (mixinBooter) {
3838
transitive = false
3939
}

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.jvmargs=-Xmx3G
2-
mod_version=10.1
2+
mod_version=10.2
33
mod_name=MixinBooter
4-
version_type=beta
4+
version_type=release

0 commit comments

Comments
 (0)