Skip to content

Commit

Permalink
chore(release): v5.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Nov 5, 2024
1 parent b408b83 commit 29c66db
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the mod to version **[5.3.10](https://github.com/null2264/CobbleGen/releases/latest)**.
- label: I have updated the mod to version **[5.3.13](https://github.com/null2264/CobbleGen/releases/latest)**.
required: true
- label: I have checked the mod config for my feature.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the mod to version **[5.3.10](https://github.com/null2264/CobbleGen/releases/latest)**.
- label: I have updated the mod to version **[5.3.13](https://github.com/null2264/CobbleGen/releases/latest)**.
required: true
- label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
- label: I have filled out all of the requested information in this form.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ body:
required: true
- label: If I'm writing customGen configuration, I acknowledge that there are only 3 type of gens that exists which are `cobbleGen`, `stoneGen`, and `basaltGen`. Using any other type (such as `oreGen`) would cause it to stop working.
required: true
- label: I have updated the mod to version **[5.3.10](https://github.com/null2264/CobbleGen/releases/latest)**.
- label: I have updated the mod to version **[5.3.13](https://github.com/null2264/CobbleGen/releases/latest)**.
required: true
- label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
- label: I have filled out all of the requested information in this form.
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v5.3.13] - 2024-11-05

### Added

- Re added support for MC 1.19.3-1.19.4
Expand All @@ -19,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Adjust JEI integration due to deprecations in JEI 19 or newer
- Fixed issues with sending packet on NeoForge caused by Network Refactor

[unreleased]: https://github.com/null2264/CobbleGen/compare/v5.3.12...main
[unreleased]: https://github.com/null2264/CobbleGen/compare/v5.3.13...main
[v5.3.13]: https://github.com/null2264/CobbleGen/compare/v5.3.12...v5.3.13
[v5.3.12]: https://github.com/null2264/CobbleGen/compare/v5.3.11...v5.3.12
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx6G

# Mod Properties
mod_version=5.3.12
mod_version=5.3.13
version_stage=BETA
maven_group=io.github.null2264
archives_base_name=cobblegen
Expand Down

0 comments on commit 29c66db

Please sign in to comment.