Skip to content

Commit

Permalink
Bump version to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigner committed Jun 18, 2024
1 parent 7890964 commit 0a1b8e9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions bukkit-1.17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>badlionclientmodapi</artifactId>
<groupId>net.badlion</groupId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>net.badlion</groupId>
<artifactId>bukkit-common</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions bukkit-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>badlionclientmodapi</artifactId>
<groupId>net.badlion</groupId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>net.badlion</groupId>
<artifactId>modapi-common</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>badlionclientmodapi</artifactId>
<groupId>net.badlion</groupId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>net.badlion</groupId>
<artifactId>bukkit-common</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>badlionclientmodapi</artifactId>
<groupId>net.badlion</groupId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>net.badlion</groupId>
<artifactId>modapi-common</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modapi-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>badlionclientmodapi</artifactId>
<groupId>net.badlion</groupId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>net.badlion</groupId>
<artifactId>badlionclientmodapi</artifactId>
<packaging>pom</packaging>
<version>2.1.5</version>
<version>2.1.6</version>

<name>Badlion Client Mod Api</name>
<description>Badlion Client Mod Api for disabling mods or adding additional content to the client from the server</description>
Expand Down
4 changes: 2 additions & 2 deletions velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>badlionclientmodapi</artifactId>
<groupId>net.badlion</groupId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>net.badlion</groupId>
<artifactId>modapi-common</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 0a1b8e9

Please sign in to comment.