Skip to content

Commit

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

group 'com.github.jie65535.opencommand'
version '1.6.0'
version '1.6.1'

sourceCompatibility = 17
targetCompatibility = 17
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opencommand-plugin",
"description": "Open command interface for third-party clients",
"version": "1.6.0",
"version": "1.6.1",
"mainClass": "com.github.jie65535.opencommand.OpenCommandPlugin",
"authors": ["jie65535", "方块君"],
"api": 2
Expand Down

0 comments on commit a084d39

Please sign in to comment.