From d402b8941fd30c61dde0318b92cc6d6bafdaf26c Mon Sep 17 00:00:00 2001 From: LifeIsAParadox Date: Thu, 21 Oct 2021 13:04:25 +0200 Subject: Update to 1.3.0 --- .github/workflows/buildrelease.yml | 5 +++-- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildrelease.yml b/.github/workflows/buildrelease.yml index 47ecb126..899d55b6 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 e23349d6..9d5a5982 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 3b7cc302..84913dfe 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 -- cgit