Increment version

This commit is contained in:
PepperCode1 2023-01-13 16:08:32 -08:00
parent d96ad156e1
commit 3034d3d9b5
3 changed files with 3 additions and 2 deletions

View File

@ -59,6 +59,7 @@ body:
label: Mod Version
description: The version of the mod you were using when the bug occured
options:
- "0.6.8.a"
- "0.6.8"
- "0.6.7"
- "0.6.6"

View File

@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false
# mod version info
mod_version = 0.6.8
mod_version = 0.6.8.a
artifact_minecraft_version = 1.18.2
minecraft_version = 1.18.2

View File

@ -10,7 +10,7 @@ version = "${file.jarVersion}"
displayName = "Flywheel"
logoFile = "logo.png"
displayURL = "https://www.curseforge.com/minecraft/mc-mods/flywheel"
updateJSONURL = "https://api.modrinth.com/updates/5lpsZoRi/forge_updates.json"
updateJSONURL = "https://api.modrinth.com/updates/flywheel/forge_updates.json"
authors = "Jozufozu"
description = '''
A modern engine for modded minecraft.'''