aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",