Updated version: 1.2.0

This commit is contained in:
ohAlee 2023-01-07 15:40:10 +01:00
parent 2a2337aa11
commit 74065e2b59
2 changed files with 4 additions and 4 deletions

View File

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

View File

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