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.",