Updated version to 1.1.1
This commit is contained in:
parent
4708db8c09
commit
e477912030
@ -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>
|
@ -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>
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user