Skip to content

Commit 4ce2a9c

Browse files
committed
build: set ver 1.1.8
1 parent 2ac17af commit 4ce2a9c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

blackwidowlib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
<parent>
2525
<groupId>io.github.arcaneplugins.blackwidow</groupId>
2626
<artifactId>blackwidow</artifactId>
27-
<version>1.1.7</version>
27+
<version>1.1.8</version>
2828
</parent>
2929

3030
<artifactId>blackwidowlib</artifactId>
31-
<version>1.1.7</version>
31+
<version>1.1.8</version>
3232
<build>
3333
<plugins>
3434
<plugin>

blackwidowpluginbukkit/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
<parent>
2525
<groupId>io.github.arcaneplugins.blackwidow</groupId>
2626
<artifactId>blackwidow</artifactId>
27-
<version>1.1.7</version>
27+
<version>1.1.8</version>
2828
</parent>
2929

3030
<artifactId>blackwidowpluginbukkit</artifactId>
31-
<version>1.1.7</version>
31+
<version>1.1.8</version>
3232

3333
<properties>
3434
<maven.compiler.source>21</maven.compiler.source>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>io.github.arcaneplugins.blackwidow</groupId>
4949
<artifactId>blackwidowlib</artifactId>
50-
<version>1.1.7</version>
50+
<version>1.1.8</version>
5151
<scope>compile</scope>
5252
</dependency>
5353
<dependency>

pom.xml

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

2525
<groupId>io.github.arcaneplugins.blackwidow</groupId>
2626
<artifactId>blackwidow</artifactId>
27-
<version>1.1.7</version>
27+
<version>1.1.8</version>
2828
<packaging>pom</packaging>
2929
<modules>
3030
<module>blackwidowlib</module>

0 commit comments

Comments
 (0)