Skip to content

Commit

Permalink
Merge pull request #121 from refinedmods/release/0.13.2
Browse files Browse the repository at this point in the history
Release v0.13.2
  • Loading branch information
raoulvdberge authored Jun 9, 2024
2 parents 9441b8f + d29364d commit 47ac85a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 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.13.2] - 2024-06-09

### Fixed

- Use Cloth Config for Fabric.

## [0.13.1] - 2024-06-09

### Fixed
Expand Down Expand Up @@ -229,7 +235,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.13.1...HEAD
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.13.2...HEAD

[0.13.2]: https://github.com/refinedmods/refinedarchitect/compare/v0.13.1...v0.13.2

[0.13.1]: https://github.com/refinedmods/refinedarchitect/compare/v0.13.0...v0.13.1

Expand Down
4 changes: 2 additions & 2 deletions refinedarchitect-catalog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ catalog {
library("equalsverifier", "nl.jqno.equalsverifier", "equalsverifier").versionRef(equalsVerifier)

// https://www.curseforge.com/minecraft/mc-mods/cloth-config/files
def clothConfig = version("clothconfig", "13.0.121")
library("cloth-config", "me.shedaniel.cloth", "cloth-config").versionRef(clothConfig)
def clothConfig = version("cloth-config-fabric", "13.0.121")
library("cloth-config", "me.shedaniel.cloth", "cloth-config-fabric").versionRef(clothConfig)

// https://github.com/TechReborn/Energy (https://maven.fabricmc.net/teamreborn/energy/)
def energy = version("teamreborn-energy", "3.0.0")
Expand Down

0 comments on commit 47ac85a

Please sign in to comment.