mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-27 07:26:48 +01:00
Increment version
This commit is contained in:
parent
83a5723420
commit
f370e85d6d
3 changed files with 3 additions and 2 deletions
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -59,6 +59,7 @@ body:
|
||||||
label: Mod Version
|
label: Mod Version
|
||||||
description: The version of the mod you were using when the bug occured
|
description: The version of the mod you were using when the bug occured
|
||||||
options:
|
options:
|
||||||
|
- "0.6.8.a"
|
||||||
- "0.6.8"
|
- "0.6.8"
|
||||||
- "0.6.7"
|
- "0.6.7"
|
||||||
- "0.6.6"
|
- "0.6.6"
|
||||||
|
|
|
@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx3G
|
||||||
org.gradle.daemon = false
|
org.gradle.daemon = false
|
||||||
|
|
||||||
# mod version info
|
# mod version info
|
||||||
mod_version = 0.6.8
|
mod_version = 0.6.8.a
|
||||||
artifact_minecraft_version = 1.18.2
|
artifact_minecraft_version = 1.18.2
|
||||||
|
|
||||||
minecraft_version = 1.18.2
|
minecraft_version = 1.18.2
|
||||||
|
|
|
@ -10,7 +10,7 @@ version = "${file.jarVersion}"
|
||||||
displayName = "Flywheel"
|
displayName = "Flywheel"
|
||||||
logoFile = "logo.png"
|
logoFile = "logo.png"
|
||||||
displayURL = "https://www.curseforge.com/minecraft/mc-mods/flywheel"
|
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"
|
authors = "Jozufozu"
|
||||||
description = '''
|
description = '''
|
||||||
A modern engine for modded minecraft.'''
|
A modern engine for modded minecraft.'''
|
||||||
|
|
Loading…
Reference in a new issue