Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CatCoderr committed Dec 26, 2024
1 parent d4d717a commit 69300f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -69,7 +66,7 @@ or [maven-shade-plugin](https://maven.apache.org/plugins/maven-shade-plugin/) (f
<dependency>
<groupId>me.catcoder</groupId>
<artifactId>bukkit-sidebar</artifactId>
<version>6.2.8-SNAPSHOT</version>
<version>6.2.9-SNAPSHOT</version>
</dependency>
```

Expand All @@ -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'
}
```

Expand All @@ -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")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 69300f9

Please sign in to comment.