Skip to content

Commit bbb35fc

Browse files
committed
chore: release v3.7.0
1 parent eb24dd9 commit bbb35fc

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.6.2</version>
45+
<version>3.7.0</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.6.2'
57+
compileOnly 'dev.qixils.crowdcontrol:crowd-control-receiver:3.7.0'
5858
```
5959

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

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

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

301301
```kts
302-
compileOnly("dev.qixils.crowdcontrol:crowd-control-sender:3.6.2")
302+
compileOnly("dev.qixils.crowdcontrol:crowd-control-sender:3.7.0")
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.0-SNAPSHOT</version>
8+
<version>3.7.0</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.0-SNAPSHOT</version> <!-- don't forget to update scm tags & submodule versions -->
10+
<version>3.7.0</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.0-SNAPSHOT</version>
8+
<version>3.7.0</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.0-SNAPSHOT</version>
8+
<version>3.7.0</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.0-SNAPSHOT</version>
8+
<version>3.7.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)