Version update
This commit is contained in:
parent
ca46614e92
commit
ab879428d3
@ -4,7 +4,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = 'it.ohalee.minecraftgpt'
|
group = 'it.ohalee.minecraftgpt'
|
||||||
version = '1.0.0'
|
version = '1.1.0'
|
||||||
|
|
||||||
sourceCompatibility = 1.17
|
sourceCompatibility = 1.17
|
||||||
targetCompatibility = 1.17
|
targetCompatibility = 1.17
|
||||||
@ -14,7 +14,7 @@ tasks.withType(JavaCompile).configureEach {
|
|||||||
}
|
}
|
||||||
|
|
||||||
project.ext.majorVersion = '1'
|
project.ext.majorVersion = '1'
|
||||||
project.ext.minorVersion = '0'
|
project.ext.minorVersion = '1'
|
||||||
project.ext.apiVersion = '0'
|
project.ext.apiVersion = '0'
|
||||||
project.ext.fullVersion = project.ext.majorVersion + '.' + project.ext.minorVersion + '.' + project.ext.apiVersion
|
project.ext.fullVersion = project.ext.majorVersion + '.' + project.ext.minorVersion + '.' + project.ext.apiVersion
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: MinecraftGPT
|
name: MinecraftGPT
|
||||||
main: it.ohalee.minecraftgpt.Main
|
main: it.ohalee.minecraftgpt.Main
|
||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
author: ohAlee
|
author: ohAlee
|
||||||
description: A Minecraft plugin that uses ChatGPT
|
description: A Minecraft plugin that uses ChatGPT
|
||||||
api-version: 1.16
|
api-version: 1.16
|
||||||
|
Loading…
Reference in New Issue
Block a user