Skip to content

Commit

Permalink
Merge pull request #130 from refinedmods/release/0.14.1
Browse files Browse the repository at this point in the history
Release v0.14.1
  • Loading branch information
raoulvdberge authored Jun 29, 2024
2 parents b5dce69 + e8372c6 commit b44d350
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.14.1] - 2024-06-29

### Fixed

- Wrong NeoForge version.

## [0.14.0] - 2024-06-29

### Changed
Expand Down Expand Up @@ -253,7 +259,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.14.0...HEAD
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.14.1...HEAD

[0.14.1]: https://github.com/refinedmods/refinedarchitect/compare/v0.14.0...v0.14.1

[0.14.0]: https://github.com/refinedmods/refinedarchitect/compare/v0.13.4...v0.14.0

Expand Down
2 changes: 1 addition & 1 deletion helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ allprojects {

ext {
minecraftVersion = "1.21"
forgeVersion = "21.0.42"
forgeVersion = "21.0.42-beta"
fabricLoaderVersion = "0.15.11"
fabricApiVersion = "0.100.4+1.21"
}
Expand Down

0 comments on commit b44d350

Please sign in to comment.