From 8b4093f11e2affcaf1b987fc9bef6876a5b2aa60 Mon Sep 17 00:00:00 2001 From: ShadowGry <54568043+ShadowGry@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:46:46 +0800 Subject: [PATCH] Update version --- README.md | 2 +- update.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5328343..429478c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Emerald Tools -![Version](https://img.shields.io/badge/version-1.20.1--1.1.0.1-blue?style=flat-square) +![Version](https://img.shields.io/badge/version-1.20.2--1.1.0.1-blue?style=flat-square) ![GitHub](https://img.shields.io/github/license/ShadowGry/emerald-tools?style=flat-square) A Minecraft mod that adds in emerald tools and armor using Forge. diff --git a/update.json b/update.json index ab57604..412732f 100644 --- a/update.json +++ b/update.json @@ -16,6 +16,8 @@ "1.20-recommended": "1.20-1.1.0.1", "1.20-latest": "1.20-1.1.0.1", "1.20.1-recommended": "1.20.1-1.1.0.1", - "1.20.1-latest": "1.20.1-1.1.0.1" + "1.20.1-latest": "1.20.1-1.1.0.1", + "1.20.2-recommended": "1.20.2-1.1.0.1", + "1.20.2-latest": "1.20.2-1.1.0.1" } }