diff --git a/build.gradle b/build.gradle index 25d590c..0f82548 100644 --- a/build.gradle +++ b/build.gradle @@ -92,7 +92,7 @@ bintray { name = archivesBaseName licenses = ['MIT'] version { - name = "0.3.7-alpha" + name = "0.3.6-alpha" released = new Date() githubRepo = "RedstoneParadox/" + archivesBaseName } diff --git a/gradle.properties b/gradle.properties index f3f7f02..e0692d9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1G loom_version=0.5-SNAPSHOT # Mod Properties - mod_version = 0.3.7-alpha + mod_version = 0.3.6-alpha maven_group = io.github.redstoneparadox archives_base_name = paradox-config diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index debcfae..0bdc121 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "pconfig", - "version": "0.3.7-alpha", + "version": "0.3.6-alpha", "name": "Paradox Config", "description": "A Kotlin-based configuration api for Minecraft mods.",