Updated version to 1.1.1

This commit is contained in:
ohAlee 2023-01-07 15:27:51 +01:00
parent 4708db8c09
commit e477912030
4 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DiscordProjectSettings">
<option name="show" value="ASK" />
<option name="show" value="APPLICATION" />
<option name="description" value="" />
</component>
</project>

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>

View File

@ -4,7 +4,7 @@ plugins {
}
group = 'it.ohalee.minecraftgpt'
version = '1.1.0'
version = '1.1.1'
sourceCompatibility = 1.17
targetCompatibility = 1.17
@ -15,7 +15,7 @@ tasks.withType(JavaCompile).configureEach {
project.ext.majorVersion = '1'
project.ext.minorVersion = '1'
project.ext.apiVersion = '0'
project.ext.apiVersion = '1'
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.0
version: 1.1.1
author: ohAlee
description: A Minecraft plugin that uses ChatGPT
api-version: 1.16