From dbf5c12a72aa96ba47e108ba71d37869377ac4b7 Mon Sep 17 00:00:00 2001 From: Noonmaru Date: Sun, 11 Oct 2020 00:22:05 +0900 Subject: [PATCH] Fix FakeEntity NPE --- build.gradle.kts | 2 +- psychics-common/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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