Skip to content

Commit 69300f9

Browse files
committed
chore: version bump
1 parent d4d717a commit 69300f9

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323

2424
![Sidebar](https://github.com/CatCoderr/ProtocolSidebar/raw/master/assets/sidebar.gif)
2525

26-
⚠️ **Note**: starting from **6.2.8-SNAPSHOT** version, the repository has been moved to https://catcoder.pl.ua/snapshots.
27-
You can find URL for Maven and Gradle in the [Adding to your project](#adding-to-your-project) section.
28-
2926

3027
## Donations
3128
[![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
6966
<dependency>
7067
<groupId>me.catcoder</groupId>
7168
<artifactId>bukkit-sidebar</artifactId>
72-
<version>6.2.8-SNAPSHOT</version>
69+
<version>6.2.9-SNAPSHOT</version>
7370
</dependency>
7471
```
7572

@@ -82,7 +79,7 @@ repositories {
8279
```
8380
```groovy
8481
dependencies {
85-
implementation 'me.catcoder:bukkit-sidebar:6.2.8-SNAPSHOT'
82+
implementation 'me.catcoder:bukkit-sidebar:6.2.9-SNAPSHOT'
8683
}
8784
```
8885

@@ -95,7 +92,7 @@ repositories {
9592
```
9693
```kotlin
9794
dependencies {
98-
implementation("me.catcoder:bukkit-sidebar:6.2.8-SNAPSHOT")
95+
implementation("me.catcoder:bukkit-sidebar:6.2.9-SNAPSHOT")
9996
}
10097
```
10198

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "me.catcoder"
8-
version = "6.2.8-SNAPSHOT"
8+
version = "6.2.9-SNAPSHOT"
99
description = "Powerful feature-packed Minecraft scoreboard library"
1010

1111
val adventureVersion = "4.16.0"

0 commit comments

Comments
 (0)