Skip to content

Commit d402b89

Browse files
Update to 1.3.0
1 parent 9e1a26b commit d402b89

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/workflows/buildrelease.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585
"```md"
8686
"${{ steps.read_changelog.outputs.changelog }}"
8787
"```"
88-
"<${{ steps.uploadrelease.outputs.url }}>"
89-
"<${{ steps.modrinth.outputs.url }}>"
88+
":inbox_tray: Download latest version on Modrinth or Github:"
89+
":modrinth: <${{ steps.modrinth.outputs.url }}>"
90+
":github: <${{ steps.uploadrelease.outputs.url }}>"
9091
""
9192
"<https://hysky.de/>"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Release 1.3.0
2+
3+
New features
4+
* Added feature changing lever hitboxes to ones from 1.8 by @ExternalTime in https://github.com/LifeIsAParadox/Skyblocker/pull/23
5+
6+
Full Changelog: https://github.com/LifeIsAParadox/Skyblocker/compare/v1.2.2...v1.3.0
7+
___
18
# Release 1.2.2
29

310
Fixes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ clothconfig_version=5.0.38
1515
mod_menu_version=2.0.4
1616

1717
# Mod Properties
18-
mod_version = 1.2.2
18+
mod_version = 1.3.0
1919
maven_group = me.xmrvizzy
2020
archives_base_name = skyblocker
2121
modrinth_id=y6DuFGwJ

0 commit comments

Comments
 (0)