Fixed an issue(#5) caused by renaming CommandResponseEvent to ReceiveCommandFeedbackEvent

Update version to v1.2.2
This commit is contained in:
2022-06-20 20:11:18 +08:00
parent d5c29b61ff
commit 8b05c9aa10
5 changed files with 6 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "opencommand-plugin",
"description": "Open command interface for third-party clients",
"version": "dev-1.2.1",
"version": "dev-1.2.2",
"mainClass": "com.github.jie65535.opencommand.OpenCommandPlugin",
"authors": ["jie65535"]
}