From a7dc02eef07c50eb92c381b04dd594dd489cdccd Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Thu, 2 Dec 2021 04:19:44 +0100 Subject: [PATCH] Updates plugin version and README --- README.md | 5 +++++ pom.xml | 2 +- src/main/resources/plugin.yml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8507b58..82968f9 100644 --- a/README.md +++ b/README.md @@ -390,6 +390,11 @@ portalInfoServer=Server: %server% # Changes +#### \[Version 0.9.2.5] EpicKnarvik97 fork + +- Updates Java version to JDK 17 +- Updates Spigot API version to 1.18 + #### \[Version 0.9.2.4] EpicKnarvik97 fork - Adds update checking, which will display a notice in the console when updates are available diff --git a/pom.xml b/pom.xml index 74b141d..3c1d735 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.knarcraft Stargate - 0.9.2.4 + 0.9.2.5 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index c56f16c..92399fb 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: Stargate main: net.knarcraft.stargate.Stargate -version: 0.9.2.4 +version: 0.9.2.5 description: Stargate mod for Bukkit Revived author: EpicKnarvik97 authors: [ Drakia, PseudoKnight, EpicKnarvik97 ]