Skip to content

Commit af66fa2

Browse files
committed
New version
1 parent b6b5069 commit af66fa2

File tree

8 files changed

+8
-28
lines changed

8 files changed

+8
-28
lines changed

OpenSectorLinker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>OpenSectors</artifactId>
77
<groupId>pl.socketbyte</groupId>
8-
<version>1.3</version>
8+
<version>1.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

OpenSectorLinker/src/main/java/pl/socketbyte/opensectors/linker/OpenSectorLinker.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@
4646
import java.util.logging.Logger;
4747

4848
public class OpenSectorLinker extends JavaPlugin {
49-
50-
public static final String VERSION = "1.3";
51-
49+
5250
private static Client client;
5351
private static OpenSectorLinker instance;
5452
private static JSONConfig config;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: OpenSectorLinker
2-
version: 1.3
2+
version: 1.4
33
main: pl.socketbyte.opensectors.linker.OpenSectorLinker
44
author: SocketByte

OpenSectorSystem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>OpenSectors</artifactId>
77
<groupId>pl.socketbyte</groupId>
8-
<version>1.3</version>
8+
<version>1.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

OpenSectorSystem/src/main/java/pl/socketbyte/opensectors/system/OpenSectorSystem.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@
5353

5454
public class OpenSectorSystem extends Plugin {
5555

56-
public static final String VERSION = "1.3";
57-
5856
private static Server server;
5957
private static OpenSectorSystem instance;
6058
private static JSONConfig config;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: OpenSectorSystem
2-
version: 1.3
2+
version: 1.4
33
main: pl.socketbyte.opensectors.system.OpenSectorSystem
44
author: SocketByte

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenSectors ![version](https://img.shields.io/badge/version-1.3-blue.svg) [![Build Status](https://travis-ci.org/SocketByte/OpenSectors.svg?branch=master)](https://travis-ci.org/SocketByte/OpenSectors)
1+
# OpenSectors ![version](https://img.shields.io/badge/version-1.4-blue.svg) [![Build Status](https://travis-ci.org/SocketByte/OpenSectors.svg?branch=master)](https://travis-ci.org/SocketByte/OpenSectors)
22
Join our Discord server!
33

44
[![https://discord.gg/GtnYegP](https://i.imgur.com/ZEzqv2h.png)](https://discord.gg/GtnYegP)
@@ -203,22 +203,6 @@ servers:
203203
motd: East Sector
204204
address: localhost:25570
205205
restricted: false
206-
nw:
207-
motd: North-West Sector
208-
address: localhost:25571
209-
restricted: false
210-
ne:
211-
motd: North-East Sector
212-
address: localhost:25572
213-
restricted: false
214-
sw:
215-
motd: South-West Sector
216-
address: localhost:25573
217-
restricted: false
218-
se:
219-
motd: South-East Sector
220-
address: localhost:25574
221-
restricted: false
222206
```
223207
## API
224208
Yes, that's what you wanted, don't ya? :D
@@ -261,7 +245,7 @@ or this code when you make plugin for system:
261245
<dependency>
262246
<groupId>pl.socketbyte</groupId>
263247
<artifactId>OpenSectorSystem</artifactId>
264-
<version>1.2</version>
248+
<version>1.4</version>
265249
<scope>provided</scope>
266250
</dependency>
267251
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>pl.socketbyte</groupId>
88
<artifactId>OpenSectors</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.3</version>
10+
<version>1.4</version>
1111
<modules>
1212
<module>OpenSectorLinker</module>
1313
<module>OpenSectorSystem</module>

0 commit comments

Comments
 (0)