Skip to content

Commit

Permalink
Merge pull request #25 from refinedmods/release/0.3.1
Browse files Browse the repository at this point in the history
Release v0.3.1
  • Loading branch information
raoulvdberge authored May 29, 2023
2 parents 3ab4392 + 009a3bd commit c83bd81
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.3.1] - 2023-05-29

### Fixed

- Fixed Parchment version.

## [0.3.0] - 2023-05-29

### Changed
Expand Down Expand Up @@ -42,7 +48,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.3.0...HEAD
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.3.1...HEAD

[0.3.1]: https://github.com/refinedmods/refinedarchitect/compare/v0.3.0...v0.3.1

[0.3.0]: https://github.com/refinedmods/refinedarchitect/compare/v0.2.0...v0.3.0

Expand Down
2 changes: 1 addition & 1 deletion helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ subprojects {
minecraft "com.mojang:minecraft:${minecraftVersion}"
mappings loom.layered() {
officialMojangMappings()
parchment("org.parchmentmc.data:parchment-${minecraftVersion}:2023.03.12@zip")
parchment("org.parchmentmc.data:parchment-1.19.3:2023.03.12@zip")
}
modImplementation "net.fabricmc:fabric-loader:0.14.21"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.82.0+1.19.4"
Expand Down

0 comments on commit c83bd81

Please sign in to comment.