Skip to content

Commit

Permalink
!release
Browse files Browse the repository at this point in the history
**Totally reworked whole project**.
Added compatibility for **Minecraft 1.21**.
Added [wiki](https://github.com/Fulminazzo/YAGL/wiki) for both **server admins** and **developers**.
Added several **modules** and **submodules** with proper documentation.
Added several automatic **Github actions**.
Renamed packages to `it.fulminazzo`.
Reworked [README.md](https://github.com/Fulminazzo/YAGL).
Updated [JBukkit library](https://github.com/Fulminazzo/JBukkit).
  • Loading branch information
fulminazzo committed Dec 24, 2024
1 parent fec281f commit b5f63d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ final def DEMO_MODULE = 'demo'
final def VERSION_VARIABLE = 'MINECRAFT_VERSION'

group = 'it.fulminazzo'
version = '4.0'
version = '4.1'

allprojects {
apply plugin: 'java-library'
Expand Down

0 comments on commit b5f63d7

Please sign in to comment.