diff --git a/.github/workflows/buildrelease.yml b/.github/workflows/buildrelease.yml index 47ecb1264d..899d55b6ad 100644 --- a/.github/workflows/buildrelease.yml +++ b/.github/workflows/buildrelease.yml @@ -85,7 +85,8 @@ jobs: "```md" "${{ steps.read_changelog.outputs.changelog }}" "```" - "<${{ steps.uploadrelease.outputs.url }}>" - "<${{ steps.modrinth.outputs.url }}>" + ":inbox_tray: Download latest version on Modrinth or Github:" + ":modrinth: <${{ steps.modrinth.outputs.url }}>" + ":github: <${{ steps.uploadrelease.outputs.url }}>" "" "" \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e23349d604..9d5a5982ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# Release 1.3.0 + +New features +* Added feature changing lever hitboxes to ones from 1.8 by @ExternalTime in https://github.com/LifeIsAParadox/Skyblocker/pull/23 + +Full Changelog: https://github.com/LifeIsAParadox/Skyblocker/compare/v1.2.2...v1.3.0 +___ # Release 1.2.2 Fixes diff --git a/gradle.properties b/gradle.properties index 3b7cc3028c..84913dfe59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ clothconfig_version=5.0.38 mod_menu_version=2.0.4 # Mod Properties -mod_version = 1.2.2 +mod_version = 1.3.0 maven_group = me.xmrvizzy archives_base_name = skyblocker modrinth_id=y6DuFGwJ \ No newline at end of file