Skip to content

Commit

Permalink
feat: switch discord over to beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Jan 26, 2024
1 parent 2427790 commit 8712c1a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/discord/discord4j.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ Cloud for Discord4J is available through [Maven Central](https://central.sonatyp
<dependency>
<groupId>org.incendo</groupId>
<artifactId>cloud-discord4j</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta.1</version>
</dependency>
</dependencies>
```

=== "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
Expand Down
6 changes: 3 additions & 3 deletions docs/discord/jda5.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ Cloud for JDA5 is available through [Maven Central](https://central.sonatype.com
<dependency>
<groupId>org.incendo</groupId>
<artifactId>cloud-jda5</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta.1</version>
</dependency>
</dependencies>
```

=== "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
Expand Down
6 changes: 3 additions & 3 deletions docs/discord/kord.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ Cloud for Kord is available through [Maven Central](https://central.sonatype.com
<dependency>
<groupId>org.incendo</groupId>
<artifactId>cloud-kord</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta.1</version>
</dependency>
</dependencies>
```

=== "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
Expand Down

0 comments on commit 8712c1a

Please sign in to comment.