diff --git a/build.gradle.kts b/build.gradle.kts index 1e4a43f..f413e8d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ subprojects { compileOnly("com.comphenix.protocol:ProtocolLib:4.6.0-SNAPSHOT") compileOnly("com.github.noonmaru:invfx:1.3.0") - implementationOnlyCommon("com.github.noonmaru:tap:3.2.0") + implementationOnlyCommon("com.github.noonmaru:tap:3.2.1") implementationOnlyCommon("com.github.noonmaru:kommand:0.6.3") testImplementation("junit:junit:4.13") diff --git a/psychics-common/gradle.properties b/psychics-common/gradle.properties index ab1a059..2615237 100644 --- a/psychics-common/gradle.properties +++ b/psychics-common/gradle.properties @@ -1,3 +1,3 @@ pluginName=Psychics pluginMain=com.github.noonmaru.psychics.plugin.PsychicPlugin -version=0.9.0 \ No newline at end of file +version=0.9.1 \ No newline at end of file