Skip to content

Commit 7a3d740

Browse files
authored
Merge pull request #165 from refinedmods/release/0.16.7
Release v0.16.7
2 parents 9e0da98 + 8243318 commit 7a3d740

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [0.16.7] - 2024-07-20
11+
12+
### Fixed
13+
14+
- Updated NeoForge version.
15+
1016
## [0.16.6] - 2024-07-14
1117

1218
### Fixed
@@ -333,7 +339,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
333339
- Gradle helpers for Fabric and Forge projects.
334340
- CI workflows.
335341

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
337345

338346
[0.16.6]: https://github.com/refinedmods/refinedarchitect/compare/v0.16.5...v0.16.6
339347

refinedarchitect-plugin/src/main/kotlin/versions.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
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"
34
const val fabricLoaderVersion = "0.15.11"
45
const val fabricApiVersion = "0.100.4+1.21"
56
const val parchmentVersion = "2024.07.07"

0 commit comments

Comments
 (0)