Skip to content

Commit

Permalink
Update cloth config version
Browse files Browse the repository at this point in the history
  • Loading branch information
ginsm committed Oct 23, 2023
1 parent 8106704 commit a52faa6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on: [ workflow_dispatch ]
env:
MINECRAFT_VERSION: 1.18.2
JAVA_VERSION: 17
VERSION: 1.18.2-3.2.1
RELEASE_NAME: Forgotten Graves 1.18.2-3.2.1
VERSION: 1.18.2-3.2.2
RELEASE_NAME: Forgotten Graves 1.18.2-3.2.2
MODRINTH_TOKEN: ${{ secrets.PUBLISH_MODRINTH_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.PUBLISH_CURSEFORGE_TOKEN }}

Expand Down
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# 1.18.2-3.2.1
# 1.18.2-3.2.2

## Added
- `3.2.0` has been ported to `1.18.2`. You can read about `3.2.0` and its features [here](https://modrinth.com/mod/forgotten-graves/version/1.20.1-3.2.0)
- Added language support for Spanish and Russian (please feel free to correct any mistakes).

Thanks a bunch, mpustovoi, for the Russian translation! :)
## Updated
- The cloth config version has been updated to the latest (v6.5.102).
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ minecraft_version=1.18.2
yarn_mappings=1.18.2+build.4
loader_version=0.14.22
# Mod Properties
mod_version=1.18.2-3.2.1
mod_version=1.18.2-3.2.2
maven_group=me.mgin
archives_base_name=forgottengraves
# Dependencies
fabric_version=0.51.1+1.18.2
cloth_config_version=6.2.62
cloth_config_version=6.5.102
# Optional Dependencies
mod_menu_version=3.2.1
trinkets_version=3.3.1
Expand Down

0 comments on commit a52faa6

Please sign in to comment.