Skip to content

Commit

Permalink
chore: release v3.9.1
Browse files Browse the repository at this point in the history
forgot the -SNAPSHOT earlier so i guess this is all i have to do lol
  • Loading branch information
qixils committed Feb 29, 2024
1 parent 4da5fff commit 72ecbc1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Add to the `dependencies` section of your `pom.xml` file:
<dependency>
<groupId>dev.qixils.crowdcontrol</groupId>
<artifactId>crowd-control-receiver</artifactId>
<version>3.9.0</version>
<version>3.9.1</version>
</dependency>
```

Expand All @@ -54,13 +54,13 @@ Add to the `dependencies` section of your `pom.xml` file:
Add to the `dependencies` section of your `build.gradle` file:

```gradle
compileOnly 'dev.qixils.crowdcontrol:crowd-control-receiver:3.9.0'
compileOnly 'dev.qixils.crowdcontrol:crowd-control-receiver:3.9.1'
```

Or, if using Kotlin (`build.gradle.kts`):

```kts
compileOnly("dev.qixils.crowdcontrol:crowd-control-receiver:3.9.0")
compileOnly("dev.qixils.crowdcontrol:crowd-control-receiver:3.9.1")
```

</details>
Expand Down Expand Up @@ -281,7 +281,7 @@ Add to the `dependencies` section of your `pom.xml` file:
<dependency>
<groupId>dev.qixils.crowdcontrol</groupId>
<artifactId>crowd-control-sender</artifactId>
<version>3.9.0</version>
<version>3.9.1</version>
</dependency>
```

Expand All @@ -293,13 +293,13 @@ Add to the `dependencies` section of your `pom.xml` file:
Add to the `dependencies` section of your `build.gradle` file:

```gradle
compileOnly 'dev.qixils.crowdcontrol:crowd-control-sender:3.9.0'
compileOnly 'dev.qixils.crowdcontrol:crowd-control-sender:3.9.1'
```

Or, if using Kotlin (`build.gradle.kts`):

```kts
compileOnly("dev.qixils.crowdcontrol:crowd-control-sender:3.9.0")
compileOnly("dev.qixils.crowdcontrol:crowd-control-sender:3.9.1")
```

</details>
Expand Down

0 comments on commit 72ecbc1

Please sign in to comment.