Skip to content

Commit

Permalink
Bump version to 4.4.1, update dependencies, and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorrell committed Aug 21, 2023
1 parent bd2984c commit 2000882
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

### Fixed

## [4.4.1] - 2023-08-21

### Fixed
* #136 where any potion bottle could convert Stone to Deepslate on click
* #139 where placing any block could trigger "Coral Utopia"

## [4.4.0] - 2023-08-03

### Added
Expand Down Expand Up @@ -124,7 +130,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
* Anvils converting Coal into Diamonds now works better with larger-than-vanilla max stack sizes.
* Nether portals once again only generate Netherrack/Nylium when forced.

[Unreleased]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.4.0...HEAD
[Unreleased]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.4.1...HEAD
[4.4.1]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.4.0...v4.4.1
[4.4.0]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.3.2...v4.4.0
[4.3.2]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.3.1...v4.3.2
[4.3.1]: https://github.com/jsorrell/CarpetSkyAdditions/compare/v4.3.0...v4.3.1
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ org.gradle.jvmargs=-Xmx1G
mod_id=carpetskyadditions
mod_name=Carpet Sky Additions
repository=https://github.com/jsorrell/CarpetSkyAdditions
mod_version=4.4.0
mod_version=4.4.1
java_version=17
# Fabric Properties
# see https://fabricmc.net/develop/
minecraft_version=1.20.1
compatible_minecraft_versions=>=1.20 <=1.20.1
loader_version=0.14.21
loader_version=0.14.22
# Fabric Api
fabric_version=0.86.1+1.20.1
fabric_version=0.87.0+1.20.1
# see https://maven.parchmentmc.org/org/parchmentmc/data
parchment_mappings=1.20.1:2023.07.30
parchment_mappings=1.20.1:2023.08.20
# see https://masa.dy.fi/maven/carpet/fabric-carpet/
carpet_core_version=1.20-1.4.112+v230608
# see https://linkie.shedaniel.me/dependencies
Expand Down

0 comments on commit 2000882

Please sign in to comment.