Skip to content

Commit

Permalink
Merge pull request #147 from refinedmods/release/0.15.3
Browse files Browse the repository at this point in the history
Release v0.15.3
  • Loading branch information
raoulvdberge authored Jul 6, 2024
2 parents 932d5f5 + 1214343 commit 900e3fb
Show file tree
Hide file tree
Showing 2 changed files with 10 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.15.3] - 2024-07-06

### Fixed

- Updated NeoForge to 21.0.61-beta.

## [0.15.2] - 2024-07-06

### Fixed
Expand Down Expand Up @@ -291,7 +297,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.15.2...HEAD
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.15.3...HEAD

[0.15.3]: https://github.com/refinedmods/refinedarchitect/compare/v0.15.2...v0.15.3

[0.15.2]: https://github.com/refinedmods/refinedarchitect/compare/v0.15.1...v0.15.2

Expand Down
2 changes: 1 addition & 1 deletion helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ allprojects {
minecraftVersion = "1.21"
// See: https://projects.neoforged.net/neoforged/neoform
neoFormVersion = "1.21-20240613.152323"
neoForgeVersion = "21.0.42-beta"
neoForgeVersion = "21.0.61-beta"
fabricLoaderVersion = "0.15.11"
fabricApiVersion = "0.100.4+1.21"
}
Expand Down

0 comments on commit 900e3fb

Please sign in to comment.