feat: 添加事件支持

This commit is contained in:
2024-01-21 20:08:10 +08:00
parent c6bc7927ea
commit a093d411ec
4 changed files with 69 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ plugins {
}
group 'cn.hamster3'
version '2.1.2'
version '2.2.0'
repositories {
maven {
@@ -53,7 +53,7 @@ publishing {
artifactId = "HamsterCurrency"
artifact jar
artifact sourcesJar
artifact javadocJar
//artifact javadocJar
}
}