Version update

This commit is contained in:
ohAlee 2023-01-03 17:46:32 +01:00
parent ca46614e92
commit ab879428d3
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ plugins {
}
group = 'it.ohalee.minecraftgpt'
version = '1.0.0'
version = '1.1.0'
sourceCompatibility = 1.17
targetCompatibility = 1.17
@ -14,7 +14,7 @@ tasks.withType(JavaCompile).configureEach {
}
project.ext.majorVersion = '1'
project.ext.minorVersion = '0'
project.ext.minorVersion = '1'
project.ext.apiVersion = '0'
project.ext.fullVersion = project.ext.majorVersion + '.' + project.ext.minorVersion + '.' + project.ext.apiVersion

View File

@ -1,6 +1,6 @@
name: MinecraftGPT
main: it.ohalee.minecraftgpt.Main
version: 1.0.0
version: 1.1.0
author: ohAlee
description: A Minecraft plugin that uses ChatGPT
api-version: 1.16