diff --git a/README.md b/README.md index e125755..4af218a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -# TCOWW -TCOWW is a small paper plugin created for an event on the French Discord server, [The Court of Gaming](https://discord.gg/evCYTnRrpU). +# 🐺 TCOWW +TCOWW (The court of werewolf) is a small paper plugin created for an event on the French Discord server, [The Court of Gaming](https://discord.gg/evCYTnRrpU) 🔥. The event is a simple game of "Loup-Garou de Thiercelieux" in Minecraft with a role-play dimension. -Write in kotlin with the paper 1.21.4 api. \ No newline at end of file +🔨 Write in kotlin with paper. + +👉 [Latest Release](https://azur84.servehttp.com/repos/Azur/TCOWW/releases/latest) \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index b06fdf4..cf771a6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "fr.azur" -version = "1.0-SNAPSHOT" +version = "1.1-SNAPSHOT" val minecraftVersion: String by project val paperVersion: String by project