diff --git a/README.md b/README.md index 6dfdd78..2a8748e 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,6 @@ ![Sidebar](https://github.com/CatCoderr/ProtocolSidebar/raw/master/assets/sidebar.gif) -⚠️ **Note**: starting from **6.2.8-SNAPSHOT** version, the repository has been moved to https://catcoder.pl.ua/snapshots. -You can find URL for Maven and Gradle in the [Adding to your project](#adding-to-your-project) section. - ## Donations [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Donate%20Now-yellow?style=for-the-badge&logo=buy-me-a-coffee)](https://www.buymeacoffee.com/catcoderr) @@ -69,7 +66,7 @@ or [maven-shade-plugin](https://maven.apache.org/plugins/maven-shade-plugin/) (f me.catcoder bukkit-sidebar - 6.2.8-SNAPSHOT + 6.2.9-SNAPSHOT ``` @@ -82,7 +79,7 @@ repositories { ``` ```groovy dependencies { - implementation 'me.catcoder:bukkit-sidebar:6.2.8-SNAPSHOT' + implementation 'me.catcoder:bukkit-sidebar:6.2.9-SNAPSHOT' } ``` @@ -95,7 +92,7 @@ repositories { ``` ```kotlin dependencies { - implementation("me.catcoder:bukkit-sidebar:6.2.8-SNAPSHOT") + implementation("me.catcoder:bukkit-sidebar:6.2.9-SNAPSHOT") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 47f137f..7f17ac6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "me.catcoder" -version = "6.2.8-SNAPSHOT" +version = "6.2.9-SNAPSHOT" description = "Powerful feature-packed Minecraft scoreboard library" val adventureVersion = "4.16.0"