Skip to content

Commit f75a39f

Browse files
authored
Update README.md
1 parent e84447a commit f75a39f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

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

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

2929

@@ -69,7 +69,7 @@ or [maven-shade-plugin](https://maven.apache.org/plugins/maven-shade-plugin/) (f
6969
<dependency>
7070
<groupId>me.catcoder</groupId>
7171
<artifactId>bukkit-sidebar</artifactId>
72-
<version>6.2.7-SNAPSHOT</version>
72+
<version>6.2.8-SNAPSHOT</version>
7373
</dependency>
7474
```
7575

@@ -82,7 +82,7 @@ repositories {
8282
```
8383
```groovy
8484
dependencies {
85-
implementation 'me.catcoder:bukkit-sidebar:6.2.7-SNAPSHOT'
85+
implementation 'me.catcoder:bukkit-sidebar:6.2.8-SNAPSHOT'
8686
}
8787
```
8888

@@ -95,7 +95,7 @@ repositories {
9595
```
9696
```kotlin
9797
dependencies {
98-
implementation("me.catcoder:bukkit-sidebar:6.2.7-SNAPSHOT")
98+
implementation("me.catcoder:bukkit-sidebar:6.2.8-SNAPSHOT")
9999
}
100100
```
101101

0 commit comments

Comments
 (0)