Skip to content

Commit

Permalink
docs: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
SirEdvin committed Sep 14, 2023
1 parent 88d8b15 commit d1fe647
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.4] - 2023-09-14

### Added

- `pose` argument for use and swing
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx4G
org.gradle.warning.mode = all
minecraftVersion = 1.20.1
# Mod Properties
modVersion = 1.2.3
modVersion = 1.2.4
mavenGroup = site.siredvin
modBaseName = turtlematic
archivesBaseName = turtlematic
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mixinGradle = "0.8.+"
forgegradle = "6.+"
# Core mod dependencies
cc-tweaked = "1.108.1"
peripheralium = "0.6.12-pre.3"
peripheralium = "0.6.12"
mixin = "0.8.5"
# Fabric dependencies
fabric-api = "0.87.0+1.20.1"
Expand Down

0 comments on commit d1fe647

Please sign in to comment.