aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/buildrelease.yml5
-rw-r--r--CHANGELOG.md7
-rw-r--r--gradle.properties2
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 }}>"
""
"<https://hysky.de/>" \ 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