Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit aee25fc

Browse files
committed
1.1.7
1 parent 3db3fbb commit aee25fc

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<parent>
66
<artifactId>funix-bot</artifactId>
77
<groupId>fr.funixgaming.funixbot</groupId>
8-
<version>1.1.6</version>
8+
<version>1.1.7</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<groupId>fr.funixgaming.funixbot.core</groupId>
1414
<artifactId>core</artifactId>
15-
<version>1.1.6</version>
15+
<version>1.1.7</version>
1616

1717
<build>
1818
<plugins>

FunixBot-Discord/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<parent>
77
<artifactId>funix-bot</artifactId>
88
<groupId>fr.funixgaming.funixbot</groupId>
9-
<version>1.1.6</version>
9+
<version>1.1.7</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>
1313

1414
<groupId>fr.funixgaming.funixbot.discord</groupId>
1515
<artifactId>funix-bot-discord</artifactId>
16-
<version>1.1.6</version>
16+
<version>1.1.7</version>
1717

1818
<dependencies>
1919
<dependency>

FunixBot-Twitch/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<parent>
77
<artifactId>funix-bot</artifactId>
88
<groupId>fr.funixgaming.funixbot</groupId>
9-
<version>1.1.6</version>
9+
<version>1.1.7</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>
1313

1414
<groupId>fr.funixgaming.funixbot.twitch</groupId>
1515
<artifactId>funix-bot-twitch</artifactId>
16-
<version>1.1.6</version>
16+
<version>1.1.7</version>
1717

1818
<dependencies>
1919
<dependency>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>funix-bot</artifactId>
99
<name>FunixBot</name>
1010
<packaging>pom</packaging>
11-
<version>1.1.6</version>
11+
<version>1.1.7</version>
1212

1313
<parent>
1414
<artifactId>funix-api</artifactId>
@@ -61,8 +61,8 @@
6161
<properties>
6262
<java.version>17</java.version>
6363

64-
<twitchApi.version>1.2.2</twitchApi.version>
65-
<funixbot.core.version>1.1.6</funixbot.core.version>
64+
<twitchApi.version>1.2.3</twitchApi.version>
65+
<funixbot.core.version>1.1.7</funixbot.core.version>
6666

6767
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
6868
<commons.io.version>2.11.0</commons.io.version>

0 commit comments

Comments
 (0)