From 88b24aefbc01fd816bb4537ed0fc148ba2aee03c Mon Sep 17 00:00:00 2001 From: lucian929 Date: Mon, 7 Mar 2022 20:10:41 -0500 Subject: [PATCH] Bump version number --- common/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 0d65a70b..27f432fa 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "io.github.fisher2911" -version = "1.10.1" +version = "1.10.2" description = "Intuitive, easy-to-use cosmetics plugin, designed for servers using resource packs.\n" repositories { @@ -75,7 +75,7 @@ tasks { } // todo - remove (Testing only) - destinationDirectory.set(file("D:\\paper-1.18.1\\plugins")) + //destinationDirectory.set(file("D:\\paper-1.18.1\\plugins")) } javadoc {