From 0daf476c92e8ea7ddab4d04bae5c4679e881cd5c Mon Sep 17 00:00:00 2001 From: Bstn1802 <37768378+Bstn1802@users.noreply.github.com> Date: Tue, 15 Sep 2020 12:41:57 +0200 Subject: [PATCH] fixed: mod version was still 1.0.0 instead of 1.0.1 --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index b5f847c..932f5b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.9.3+build.207 # Mod Properties - mod_version = 1.0.0 + mod_version = 1.0.1 maven_group = net.autoreconnect archives_base_name = auto-reconnect diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 85ca1cc..75f4d07 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "autoreconnect", - "version": "1.0.0", + "version": "1.0.1", "name": "AutoReconnect", "description": "This mod allows you to afk without fear of getting disconnected. It will make 4 attempts to reconnect you to the server you were disconnected from, with a delay of 3, 10, 60 and 300 seconds.",