From 5d5bc1af9ed549178d94a4b94da70ebbff182ba8 Mon Sep 17 00:00:00 2001 From: phinner <62483793+phinner@users.noreply.github.com> Date: Sat, 19 Oct 2024 20:21:22 +0200 Subject: [PATCH] chore: Prepare rewrite --- plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index 14b7232..39a1572 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "nohorny", "displayName": "NoHorny", "description": "NO HORNY IN MY SERVER!", - "version": "2.3.0", + "version": "3.0.0", "author": "Xpdustry", "repo": "xpdustry/nohorny", "main": "com.xpdustry.nohorny.NoHornyPlugin", @@ -10,5 +10,5 @@ "hidden": true, "minGameVersion": "146", "dependencies": [ "kotlin-runtime" ], - "softDependencies": [ "distributor-core", "distributor-logging" ] + "softDependencies": [ "distributor-common" ] }