File tree 2 files changed +11
-2
lines changed
refinedarchitect-plugin/src/main/kotlin
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.16.7] - 2024-07-20
11
+
12
+ ### Fixed
13
+
14
+ - Updated NeoForge version.
15
+
10
16
## [ 0.16.6] - 2024-07-14
11
17
12
18
### Fixed
@@ -333,7 +339,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
333
339
- Gradle helpers for Fabric and Forge projects.
334
340
- CI workflows.
335
341
336
- [ Unreleased ] : https://github.com/refinedmods/refinedarchitect/compare/v0.16.6...HEAD
342
+ [ Unreleased ] : https://github.com/refinedmods/refinedarchitect/compare/v0.16.7...HEAD
343
+
344
+ [ 0.16.7 ] : https://github.com/refinedmods/refinedarchitect/compare/v0.16.6...v0.16.7
337
345
338
346
[ 0.16.6 ] : https://github.com/refinedmods/refinedarchitect/compare/v0.16.5...v0.16.6
339
347
Original file line number Diff line number Diff line change 1
1
const val mcVersion = " 1.21"
2
- const val neoForgeVersion = " 21.0.61-beta"
2
+ // See: https://projects.neoforged.net/neoforged/neoforge
3
+ const val neoForgeVersion = " 21.0.112-beta"
3
4
const val fabricLoaderVersion = " 0.15.11"
4
5
const val fabricApiVersion = " 0.100.4+1.21"
5
6
const val parchmentVersion = " 2024.07.07"
You can’t perform that action at this time.
0 commit comments