Skip to content

Commit

Permalink
Bump version to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Exceptionflug committed Jul 21, 2024
1 parent a49e966 commit 24d7fee
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Download the latest protocolize version for your proxy software right here: http
<dependency>
<groupId>dev.simplix</groupId>
<artifactId>protocolize-api</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
<scope>provided</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.simplix</groupId>
<artifactId>protocolize</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -23,7 +23,7 @@
<bungeecord.version>1.20-R0.2-SNAPSHOT</bungeecord.version>
<velocity.version>3.3.0-SNAPSHOT</velocity.version>
<bytebuddy.version>1.11.13</bytebuddy.version>
<data.version>2.4.0</data.version>
<data.version>2.4.1</data.version>
</properties>

<repositories>
Expand Down
4 changes: 2 additions & 2 deletions protocolize-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>dev.simplix</groupId>
<artifactId>protocolize</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
</parent>

<artifactId>protocolize-api</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions protocolize-bungeecord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>dev.simplix</groupId>
<artifactId>protocolize</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
</parent>

<artifactId>protocolize-bungeecord</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>dev.simplix</groupId>
<artifactId>protocolize-api</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions protocolize-velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.simplix</groupId>
<artifactId>protocolize</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
</parent>

<properties>
Expand All @@ -17,7 +17,7 @@

<groupId>dev.simplix</groupId>
<artifactId>protocolize-velocity</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>dev.simplix</groupId>
<artifactId>protocolize-api</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 24d7fee

Please sign in to comment.