Updated version: 1.2.3

This commit is contained in:
ohAlee 2023-03-08 16:59:08 +01:00
parent 19432ca0fe
commit fc05e5f1fe
2 changed files with 3 additions and 6 deletions

View File

@ -4,7 +4,7 @@ plugins {
}
group = 'it.ohalee.minecraftgpt'
version = '1.2.2'
version = '1.2.3'
sourceCompatibility = 1.17
targetCompatibility = 1.17
@ -13,10 +13,7 @@ tasks.withType(JavaCompile).configureEach {
options.encoding = 'UTF-8'
}
project.ext.majorVersion = '1'
project.ext.minorVersion = '2'
project.ext.apiVersion = '1'
project.ext.fullVersion = project.ext.majorVersion + '.' + project.ext.minorVersion + '.' + project.ext.apiVersion
project.ext.fullVersion = version
repositories {
mavenLocal()

View File

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