Skip to content

Commit

Permalink
Updates:
Browse files Browse the repository at this point in the history
- Bump release version to 1.0.3.
  • Loading branch information
mciolkosz committed Jun 23, 2021
1 parent 3d47ab7 commit 6545af5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BungeeIPC is an API and set of plugins meant for BungeeCord proxies and their ba

You can download the latest version of the plugins from [here](https://github.com/bspfsystems/BungeeIPC/releases/latest/). Please be sure to grab both the Bukkit and BungeeCord `.jar` files.

The latest release is 1.0.2.<br />
The latest release is 1.0.3.<br />
The latest snapshot is 1.0.3-SNAPSHOT.

## Build from Source
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>bungeeipc-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>bungeeipc-bukkit</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-api</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: IPCPlugin
main: org.bspfsystems.bungeeipc.bukkit.BukkitIPCPlugin
author: mciolkosz
website: https://github.com/bspfsystems/BungeeIPC/
version: 1.0.3-SNAPSHOT
version: 1.0.3

commands:
ipc:
Expand Down
4 changes: 2 additions & 2 deletions bungeecord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>bungeeipc-bungeecord</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-api</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bungeecord/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: IPCPlugin
main: org.bspfsystems.bungeeipc.bungeecord.BungeeIPCPlugin
version: 1.0.3-SNAPSHOT
version: 1.0.3
author: mciolkosz
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>pom</packaging>

<name>BungeeIPC</name>
Expand Down

0 comments on commit 6545af5

Please sign in to comment.