Skip to content

Commit

Permalink
Version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
efekurbann committed Aug 7, 2022
1 parent dcced76 commit 48aba18
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.efekurbann</groupId>
<artifactId>SyncCommands</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<packaging>pom</packaging>

<description>Best Command Synchronization Plugin in the market.</description>
Expand Down
2 changes: 1 addition & 1 deletion synccommands-bungeecord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.efekurbann</groupId>
<artifactId>SyncCommands</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</parent>

<artifactId>synccommands-bungeecord</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion synccommands-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.efekurbann</groupId>
<artifactId>SyncCommands</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</parent>

<artifactId>synccommands-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions synccommands-spigot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.efekurbann</groupId>
<artifactId>SyncCommands</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</parent>

<artifactId>synccommands-spigot</artifactId>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19-R0.1-SNAPSHOT</version>
<version>1.19.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion synccommands-velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.efekurbann</groupId>
<artifactId>SyncCommands</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</parent>

<artifactId>synccommands-velocity</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@Plugin(
id = "synccommands",
name = "SyncCommands",
version = "4.0.0",
version = "4.0.1", // I really need to find a better way to do this... I forget to change this one all the time
url = "https://efekurbann.github.io",
description = "Best Command Synchronization Plugin in the market.",
authors = {"hyperion"}
Expand Down

0 comments on commit 48aba18

Please sign in to comment.