Skip to content
This repository was archived by the owner on Feb 28, 2021. It is now read-only.

Commit 8070db1

Browse files
committed
Remove last bits of -SNAPSHOT
1 parent 457cb32 commit 8070db1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Cotton Client Commands
44

5-
[![Maven metadata URL](https://img.shields.io/maven-metadata/v/http/server.bbkr.space:8081/artifactory/libs-snapshot/io/github/cottonmc/cotton-client-commands/maven-metadata.xml.svg)](http://server.bbkr.space:8081/artifactory/libs-snapshot/io/github/cottonmc/cotton-client-commands)
5+
[![Maven metadata URL](https://img.shields.io/maven-metadata/v/https/server.bbkr.space:8081/artifactory/libs-release/io/github/cottonmc/cotton-client-commands/maven-metadata.xml.svg)](http://server.bbkr.space:8081/artifactory/libs-snapshot/io/github/cottonmc/cotton-client-commands)
66

77
[>> Downloads <<](https://github.com/CottonMC/ClientCommands/releases)
88

@@ -23,7 +23,7 @@ repositories {
2323
}
2424
2525
dependencies {
26-
modImplementation "io.github.cottonmc:cotton-client-commands:<latest version>-SNAPSHOT"
26+
modImplementation "io.github.cottonmc:cotton-client-commands:<latest version>"
2727
}
2828
```
2929

@@ -39,7 +39,7 @@ repositories {
3939
}
4040

4141
dependencies {
42-
modImplementation("io.github.cottonmc:cotton-client-commands:<latest version>-SNAPSHOT")
42+
modImplementation("io.github.cottonmc:cotton-client-commands:<latest version>")
4343
}
4444
```
4545
</details>

0 commit comments

Comments
 (0)