Skip to content

Commit 72ecbc1

Browse files
committed
chore: release v3.9.1
forgot the -SNAPSHOT earlier so i guess this is all i have to do lol
1 parent 4da5fff commit 72ecbc1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

USAGE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Add to the `dependencies` section of your `pom.xml` file:
4242
<dependency>
4343
<groupId>dev.qixils.crowdcontrol</groupId>
4444
<artifactId>crowd-control-receiver</artifactId>
45-
<version>3.9.0</version>
45+
<version>3.9.1</version>
4646
</dependency>
4747
```
4848

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

5656
```gradle
57-
compileOnly 'dev.qixils.crowdcontrol:crowd-control-receiver:3.9.0'
57+
compileOnly 'dev.qixils.crowdcontrol:crowd-control-receiver:3.9.1'
5858
```
5959

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

6262
```kts
63-
compileOnly("dev.qixils.crowdcontrol:crowd-control-receiver:3.9.0")
63+
compileOnly("dev.qixils.crowdcontrol:crowd-control-receiver:3.9.1")
6464
```
6565

6666
</details>
@@ -281,7 +281,7 @@ Add to the `dependencies` section of your `pom.xml` file:
281281
<dependency>
282282
<groupId>dev.qixils.crowdcontrol</groupId>
283283
<artifactId>crowd-control-sender</artifactId>
284-
<version>3.9.0</version>
284+
<version>3.9.1</version>
285285
</dependency>
286286
```
287287

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

295295
```gradle
296-
compileOnly 'dev.qixils.crowdcontrol:crowd-control-sender:3.9.0'
296+
compileOnly 'dev.qixils.crowdcontrol:crowd-control-sender:3.9.1'
297297
```
298298

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

301301
```kts
302-
compileOnly("dev.qixils.crowdcontrol:crowd-control-sender:3.9.0")
302+
compileOnly("dev.qixils.crowdcontrol:crowd-control-sender:3.9.1")
303303
```
304304

305305
</details>

0 commit comments

Comments
 (0)