Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Commit

Permalink
v10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiahblade committed Jul 20, 2019
1 parent 4ed0d8d commit 26f26b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.mcserversoft</groupId>
<artifactId>MCSSCommunicator</artifactId>
<version>1.0</version>
<version>10.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public void post(String path, String json) {
.post(body)
.build();

if (debug) {
try (Response response = client.newCall(request).execute()) {
try (Response response = client.newCall(request).execute()) {
if (debug) {
getLogger().info(String.format("[DEBUG] %s", response.body().string()));
getLogger().info(String.format("[DEBUG] %s", response.code()));
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MCSSCommunicator
version: 1.0
version: 10.1
description: Core-element of MC Server Soft. Provides real-time diagnostics and server telemetry.
author: Fireblade115 a.k.a. Fiahblade
website: https://www.mcserversoft.com/
Expand Down

0 comments on commit 26f26b9

Please sign in to comment.