Skip to content

Commit

Permalink
Upgrade to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jie65535 committed Jun 2, 2023
1 parent 28456bb commit e795c5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'com.github.jie65535.openchat'
version 'dev-0.2.1'
version '0.3.0'

repositories {
mavenCentral()
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "openchat-plugin",
"description": "Chat with players in the server console",
"version": "0.2.1",
"version": "0.3.0",
"mainClass": "com.github.jie65535.openchat.OpenChatPlugin",
"authors": ["jie65535"]
"authors": ["jie65535"],
"api": 2
}

0 comments on commit e795c5a

Please sign in to comment.