Skip to content

Commit 595f168

Browse files
committed
chore: Update README with updated Repository and support list.
1 parent 4851ffd commit 595f168

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p align="center">
88
<a target="_blank"><img src="https://github.com/CatCoderr/ProtocolSidebar/actions/workflows/build.yaml/badge.svg" alt="Build" /></a>
99
<a target="_blank"><img src="https://img.shields.io/github/license/CatCoderr/ProtocolSidebar" alt="License" /></a>
10-
<a target="_blank"><img src="https://img.shields.io/badge/Minecraft%20Versions-1.12.2--1.21.2-blue?style=flat" alt="Minecraft Versions" /></a>
10+
<a target="_blank"><img src="https://img.shields.io/badge/Minecraft%20Versions-1.12.2--1.21.10-blue?style=flat" alt="Minecraft Versions" /></a>
1111
</p>
1212

1313
* [Features](#features)
@@ -54,14 +54,14 @@ or [maven-shade-plugin](https://maven.apache.org/plugins/maven-shade-plugin/) (f
5454

5555
```xml
5656
<repository>
57-
<id>catcoder-snapshots</id>
58-
<url>https://catcoder.pl.ua/snapshots</url>
57+
<id>jitpack.io</id>
58+
<url>https://jitpack.io</url>
5959
</repository>
6060
```
6161
```xml
6262
<dependency>
63-
<groupId>me.catcoder</groupId>
64-
<artifactId>bukkit-sidebar</artifactId>
63+
<groupId>com.github.CatCoderr</groupId>
64+
<artifactId>ProtocolSidebar</artifactId>
6565
<version>6.2.10-SNAPSHOT</version>
6666
</dependency>
6767
```
@@ -70,25 +70,25 @@ or [maven-shade-plugin](https://maven.apache.org/plugins/maven-shade-plugin/) (f
7070

7171
```groovy
7272
repositories {
73-
maven { url 'https://catcoder.pl.ua/snapshots' }
73+
maven { url 'https://jitpack.io' }
7474
}
7575
```
7676
```groovy
7777
dependencies {
78-
implementation 'me.catcoder:bukkit-sidebar:6.2.10-SNAPSHOT'
78+
implementation 'com.github.CatCoderr:ProtocolSidebar:6.2.10-SNAPSHOT'
7979
}
8080
```
8181

8282
### Gradle (Kotlin DSL)
8383

8484
```kotlin
8585
repositories {
86-
maven("https://catcoder.pl.ua/snapshots")
86+
maven("https://jitpack.io")
8787
}
8888
```
8989
```kotlin
9090
dependencies {
91-
implementation("me.catcoder:bukkit-sidebar:6.2.10-SNAPSHOT")
91+
implementation("com.github.CatCoderr:ProtocolSidebar:6.2.10-SNAPSHOT")
9292
}
9393
```
9494

0 commit comments

Comments
 (0)