Skip to content

Commit

Permalink
Pushed version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fnetz committed Apr 14, 2017
1 parent 8add2ea commit 4382d27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A simple java 8 API to execute commands on minecraft servers remotely via the RC

Tested against minecraft spigot 1.7.10 server - SUCCESS

Current version: v1.0.1
Current version: v1.1.0

## Usage
1. Instantiate RConClient using one of the four constructors
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.fnet</groupId>
<artifactId>mcrconapi</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
<properties>
<junit.version>4.12</junit.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/fnet/mcrconapi/RConClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class RConClient implements Closeable {
/**
*
*/
public static final String API_VERSION = "1.0.1";
public static final String API_VERSION = "1.1.0";

private Socket socket;
private OutputStream outputStream;
Expand Down

0 comments on commit 4382d27

Please sign in to comment.