Skip to content

Commit

Permalink
Bump version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwisap committed Jul 6, 2023
1 parent aa4d1cb commit ea5082e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>Extensions</artifactId>
<groupId>mc.replay.extensions</groupId>
<version>1.2.3</version>
<version>1.2.4</version>
</parent>

<artifactId>Extension</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions ExtensionLoader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>Extensions</artifactId>
<groupId>mc.replay.extensions</groupId>
<version>1.2.3</version>
<version>1.2.4</version>
</parent>

<artifactId>ExtensionLoader</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>mc.replay.extensions</groupId>
<artifactId>Extension</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
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>mc.replay.extensions</groupId>
<artifactId>Extensions</artifactId>
<packaging>pom</packaging>
<version>1.2.3</version>
<version>1.2.4</version>

<modules>
<module>Extension</module>
Expand Down

0 comments on commit ea5082e

Please sign in to comment.