From c3552647722b9ef22a382d2b11a03ea0ee990b6e Mon Sep 17 00:00:00 2001 From: Jake Moore Date: Thu, 5 Dec 2024 16:16:44 -0800 Subject: [PATCH] 3.6.1.8-SNAPSHOT - Bump to SNAPSHOT - Add V4 Notice to README.md Took 6 minutes --- README.md | 7 +++++++ build.gradle.kts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c01e270a..e4d754ca 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ **SEE [STRUCTURE.md](./STRUCTURE.md) FOR GRADLE MODULE BREAKDOWN** +## ⚠️ v4 Announcement ⚠️ +In the coming weeks/months I will be dedicating the majority of work for this project towards creating a v4 release. +V4 will be a complete rewrite of several sections of this project, and will make no attempt at backwards compatibility. +I will provide basic bug fix support for the v3 branch, but no new features will be added. + +**Soon I will be posting a roadmap for v4, including all the planned features and changes**. +- **TLDR**: v4 aims to rewrite GUIs, stick to semver practices, improve commands, improve usability of the `spigot-utils` module, add global configuration, and much more. # KamiCommon diff --git a/build.gradle.kts b/build.gradle.kts index 4f4a361b..15c73f56 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ @Suppress("PropertyName") -var VERSION = "3.6.1.7" +var VERSION = "3.6.1.8-SNAPSHOT" plugins { // needed for the allprojects section to work id("java")