aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWohlhabend <a.piri@hotmail.de>2021-12-09 20:05:11 +0100
committerWohlhabend <a.piri@hotmail.de>2021-12-09 20:05:11 +0100
commit50c730331fae8b9e793dc053e668acf2673692e7 (patch)
treea473e78a3f4767b112561aa96565826e6ef8a054
parentab7c87c5908550b8c07358a92503a047875c8af0 (diff)
downloadSkyblocker-50c730331fae8b9e793dc053e668acf2673692e7.tar.gz
Skyblocker-50c730331fae8b9e793dc053e668acf2673692e7.tar.bz2
Skyblocker-50c730331fae8b9e793dc053e668acf2673692e7.zip
update to 1.4.2 and add Zailer43 to contributor
-rw-r--r--CHANGELOG.md9
-rw-r--r--gradle.properties2
-rw-r--r--src/main/resources/fabric.mod.json2
3 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bc9cd02..692a952f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# Release 1.4.2
+
+supporting 1.18.x
+
+Fixes
+* Simplified ad filter implementation by @ExternalTime in #28
+
+Full Changelog: https://github.com/LifeIsAParadox/Skyblocker/compare/v1.4.1...v1.4.2
+___
# Release 1.4.1
Fixes
diff --git a/gradle.properties b/gradle.properties
index 5fedd9a0..52dd1e8b 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.4.1
+mod_version = 1.4.2
maven_group = me.xmrvizzy
archives_base_name = skyblocker
modrinth_id=y6DuFGwJ \ No newline at end of file
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index fbb1dd91..560b5f0e 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -5,7 +5,7 @@
"name": "Skyblocker",
"description": "Hypixel Skyblock Mod",
"authors": ["xMrVizzy", "d3dx9", "LifeIsAParadox"],
- "contributors": ["ExternalTime"],
+ "contributors": ["ExternalTime", "Zailer43"],
"contact": {
"homepage": "https://hysky.de",
"sources": "https://github.com/LifeIsAParadox/Skyblocker",