Skip to content

Commit 7fc5cb1

Browse files
committed
Bump version
1 parent b610017 commit 7fc5cb1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## Beta 15
4+
- Fixed islands being created on server join for players with islands and when config is set to false
5+
36
## Beta 14
47
### WARNING: The SQLite DB file location has been moved! Ensure that you verify your database is successfully moved to the new location!
58
**REQUIRES: SF 2096+ & GP 251+ (latest versions are highly recommended)**

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sourceCompatibility = '1.8'
99
targetCompatibility = '1.8'
1010

1111
group 'net.mohron.skyclaims'
12-
version '1.0.0-beta14'
12+
version '1.0.0-beta15'
1313
description = 'SkyClaims is an Island Management plugin that integrates with GriefPrevention.'
1414

1515
repositories {

src/main/java/net/mohron/skyclaims/PluginInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
public class PluginInfo {
44
public static final String ID = "skyclaims";
55
public static final String NAME = "SkyClaims";
6-
public static final String VERSION = "1.0.0-beta14";
6+
public static final String VERSION = "1.0.0-beta15";
77
public static final String DESCRIPTION = "SkyClaims is an Island Management plugin that integrates with GriefPrevention.";
88
public static final String AUTHORS = "Mohron, Cossacksman";
99
public static final double GP_API_VERSION = 0.2;

0 commit comments

Comments
 (0)