Skip to content

Commit

Permalink
3.6.1.8-SNAPSHOT
Browse files Browse the repository at this point in the history
- Bump to SNAPSHOT
- Add V4 Notice to README.md

Took 6 minutes
  • Loading branch information
Jake-Moore committed Dec 6, 2024
1 parent 501a522 commit c355264
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit c355264

Please sign in to comment.