diff --git a/CHANGELOG.md b/CHANGELOG.md index cc364c47..8fef2646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.19.4-1.0.0.beta.3] - 2023-4-21 +## [1.19.4-1.0.0.beta.3] - 2023-4-25 ### Bug fixe where game crashed due to outdated patchouli version ### Added new custom tool table diff --git a/update.json b/update.json index 72353318..21ded142 100644 --- a/update.json +++ b/update.json @@ -12,14 +12,15 @@ }, "1.19.4" : { "1.19.4-1.0.0.beta.1": "https://github.com/RealYusufIsmail/Armour-and-Tools-Mod/releases/tag/1.19.4-1.0.0.beta.1", - "1.19.4-1.0.0.beta.2": "https://github.com/RealYusufIsmail/Armour-and-Tools-Mod/releases/tag/1.19.4-1.0.0.beta.2" + "1.19.4-1.0.0.beta.2": "https://github.com/RealYusufIsmail/Armour-and-Tools-Mod/releases/tag/1.19.4-1.0.0.beta.2", + "1.19.4-1.0.0.beta.3": "https://github.com/RealYusufIsmail/Armour-and-Tools-Mod/releases/tag/1.19.4-1.0.0.beta.3" }, "promos": { "1.19.3-latest" : "1.19.3-1.0.0.alpha.8.1", "1.19.3-recommended" : "1.19.4-1.0.0.alpha.8.1", - "1.19.4-latest" : "1.19.4-1.0.0.beta.2", - "1.19.4-recommended" : "1.19.4-1.0.0.beta.2", - "latest": "1.19.4-1.0.0.beta.2", - "recommended": "1.19.4-1.0.0.beta.2" + "1.19.4-latest" : "1.19.4-1.0.0.beta.3", + "1.19.4-recommended" : "1.19.4-1.0.0.beta.3", + "latest": "1.19.4-1.0.0.beta.3", + "recommended": "1.19.4-1.0.0.beta.3" } }