Skip to content

Commit

Permalink
Merge pull request #165 from refinedmods/release/0.16.7
Browse files Browse the repository at this point in the history
Release v0.16.7
  • Loading branch information
raoulvdberge authored Jul 20, 2024
2 parents 9e0da98 + 8243318 commit 7a3d740
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.16.7] - 2024-07-20

### Fixed

- Updated NeoForge version.

## [0.16.6] - 2024-07-14

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

[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.16.6...HEAD
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.16.7...HEAD

[0.16.7]: https://github.com/refinedmods/refinedarchitect/compare/v0.16.6...v0.16.7

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

Expand Down
3 changes: 2 additions & 1 deletion refinedarchitect-plugin/src/main/kotlin/versions.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const val mcVersion = "1.21"
const val neoForgeVersion = "21.0.61-beta"
// See: https://projects.neoforged.net/neoforged/neoforge
const val neoForgeVersion = "21.0.112-beta"
const val fabricLoaderVersion = "0.15.11"
const val fabricApiVersion = "0.100.4+1.21"
const val parchmentVersion = "2024.07.07"
Expand Down

0 comments on commit 7a3d740

Please sign in to comment.