Skip to content

Commit 3245eb7

Browse files
committed
chore: release v3.7.2
1 parent 19fce97 commit 3245eb7

6 files changed

Lines changed: 11 additions & 11 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.7.1</version>
45+
<version>3.7.2</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.7.1'
57+
compileOnly 'dev.qixils.crowdcontrol:crowd-control-receiver:3.7.2'
5858
```
5959

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

6262
```kts
63-
compileOnly("dev.qixils.crowdcontrol:crowd-control-receiver:3.7.1")
63+
compileOnly("dev.qixils.crowdcontrol:crowd-control-receiver:3.7.2")
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.7.1</version>
284+
<version>3.7.2</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.7.1'
296+
compileOnly 'dev.qixils.crowdcontrol:crowd-control-sender:3.7.2'
297297
```
298298

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

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

305305
</details>

pojos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java-crowd-control</artifactId>
77
<groupId>dev.qixils.crowdcontrol</groupId>
8-
<version>3.7.2-SNAPSHOT</version>
8+
<version>3.7.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>dev.qixils.crowdcontrol</groupId>
99
<artifactId>java-crowd-control</artifactId>
10-
<version>3.7.2-SNAPSHOT</version> <!-- don't forget to update scm tags & submodule versions -->
10+
<version>3.7.2</version> <!-- don't forget to update scm tags & submodule versions -->
1111
<packaging>pom</packaging>
1212

1313
<modules>

receiver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java-crowd-control</artifactId>
77
<groupId>dev.qixils.crowdcontrol</groupId>
8-
<version>3.7.2-SNAPSHOT</version>
8+
<version>3.7.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sender/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java-crowd-control</artifactId>
77
<groupId>dev.qixils.crowdcontrol</groupId>
8-
<version>3.7.2-SNAPSHOT</version>
8+
<version>3.7.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java-crowd-control</artifactId>
77
<groupId>dev.qixils.crowdcontrol</groupId>
8-
<version>3.7.2-SNAPSHOT</version>
8+
<version>3.7.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)