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

@@ -4,7 +4,7 @@ plugins {
}
group 'com.github.jie65535.opencommand'
version 'dev-1.2.1'
version 'dev-1.2.2'
sourceCompatibility = 17
targetCompatibility = 17