diff --git a/docs/discord/discord4j.md b/docs/discord/discord4j.md
index 26c0923..dfc543c 100644
--- a/docs/discord/discord4j.md
+++ b/docs/discord/discord4j.md
@@ -16,7 +16,7 @@ Cloud for Discord4J is available through [Maven Central](https://central.sonatyp
org.incendo
cloud-discord4j
- 1.0.0-SNAPSHOT
+ 1.0.0-beta.1
```
@@ -24,13 +24,13 @@ Cloud for Discord4J is available through [Maven Central](https://central.sonatyp
=== "Gradle (Kotlin)"
```kotlin
- implementation("org.incendo:cloud-discord4j:1.0.0-SNAPSHOT")
+ implementation("org.incendo:cloud-discord4j:1.0.0-beta.1")
```
=== "Gradle (Groovy)"
```groovy
- implementation 'org.incendo:cloud-discord4j:1.0.0-SNAPSHOT'
+ implementation 'org.incendo:cloud-discord4j:1.0.0-beta.1'
```
## Usage
diff --git a/docs/discord/jda5.md b/docs/discord/jda5.md
index 1c05cf8..ab64494 100644
--- a/docs/discord/jda5.md
+++ b/docs/discord/jda5.md
@@ -16,7 +16,7 @@ Cloud for JDA5 is available through [Maven Central](https://central.sonatype.com
org.incendo
cloud-jda5
- 1.0.0-SNAPSHOT
+ 1.0.0-beta.1
```
@@ -24,13 +24,13 @@ Cloud for JDA5 is available through [Maven Central](https://central.sonatype.com
=== "Gradle (Kotlin)"
```kotlin
- implementation("org.incendo:cloud-jda5:1.0.0-SNAPSHOT")
+ implementation("org.incendo:cloud-jda5:1.0.0-beta.1")
```
=== "Gradle (Groovy)"
```groovy
- implementation 'org.incendo:cloud-jda5:1.0.0-SNAPSHOT'
+ implementation 'org.incendo:cloud-jda5:1.0.0-beta.1'
```
## Usage
diff --git a/docs/discord/kord.md b/docs/discord/kord.md
index 5124b07..b5340a6 100644
--- a/docs/discord/kord.md
+++ b/docs/discord/kord.md
@@ -16,7 +16,7 @@ Cloud for Kord is available through [Maven Central](https://central.sonatype.com
org.incendo
cloud-kord
- 1.0.0-SNAPSHOT
+ 1.0.0-beta.1
```
@@ -24,13 +24,13 @@ Cloud for Kord is available through [Maven Central](https://central.sonatype.com
=== "Gradle (Kotlin)"
```kotlin
- implementation("org.incendo:cloud-kord:1.0.0-SNAPSHOT")
+ implementation("org.incendo:cloud-kord:1.0.0-beta.1")
```
=== "Gradle (Groovy)"
```groovy
- implementation 'org.incendo:cloud-kord:1.0.0-SNAPSHOT'
+ implementation 'org.incendo:cloud-kord:1.0.0-beta.1'
```
## Usage