Skip to content

Commit 896aefc

Browse files
Version bump
1 parent 4d0e9c3 commit 896aefc

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.zetaplugins</groupId>
88
<artifactId>NetwatchZ</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.1.1</version>
1010
</parent>
1111

1212
<groupId>com.zetaplugins.netwatchz</groupId>

netwatchz-paper/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.zetaplugins</groupId>
88
<artifactId>NetwatchZ</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.1.1</version>
1010
</parent>
1111

1212
<artifactId>netwatchz-paper</artifactId>
13-
<version>1.1.0</version>
13+
<version>1.1.1</version>
1414
<packaging>jar</packaging>
1515

1616
<name>NetwatchZ-Paper</name>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>com.zetaplugins.netwatchz</groupId>
8686
<artifactId>common</artifactId>
87-
<version>1.1.0</version>
87+
<version>1.1.1</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>io.papermc.paper</groupId>

netwatchz-spigot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.zetaplugins</groupId>
88
<artifactId>NetwatchZ</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.1.1</version>
1010
</parent>
1111

1212
<artifactId>netwatchz-spigot</artifactId>
13-
<version>1.1.0</version>
13+
<version>1.1.1</version>
1414
<packaging>jar</packaging>
1515

1616
<name>NetwatchZ-Spigot</name>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>com.zetaplugins.netwatchz</groupId>
8686
<artifactId>common</artifactId>
87-
<version>1.1.0</version>
87+
<version>1.1.1</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.spigotmc</groupId>

netwatchz-velocity/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.zetaplugins</groupId>
99
<artifactId>NetwatchZ</artifactId>
10-
<version>1.1.0</version>
10+
<version>1.1.1</version>
1111
</parent>
1212

1313
<artifactId>netwatchz-velocity</artifactId>
14-
<version>1.1.0</version>
14+
<version>1.1.1</version>
1515
<packaging>jar</packaging>
1616

1717
<name>NetwatchZ-Velocity</name>
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>com.zetaplugins.netwatchz</groupId>
129129
<artifactId>common</artifactId>
130-
<version>1.1.0</version>
130+
<version>1.1.1</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>com.velocitypowered</groupId>

pom.xml

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

77
<groupId>com.zetaplugins</groupId>
88
<artifactId>NetwatchZ</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.1.1</version>
1010
<packaging>pom</packaging>
1111

1212
<modules>

0 commit comments

Comments
 (0)