Bump version for next release
This commit is contained in:
parent
89789374cb
commit
bd49f00522
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = 'de.pickshadow'
|
||||
version = '1-alpha0'
|
||||
version = '1-alpha1'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
@ -48,4 +48,4 @@ processResources {
|
|||
filesMatching('plugin.yml') {
|
||||
expand props
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ public final class BuildConfiguration {
|
|||
public static final String pluginName = "PickShadow Server Plugin";
|
||||
public static final int pluginRelease = 1;
|
||||
public static final Types.VersionType pluginVersionType = Types.VersionType.ALPHA;
|
||||
public static final int pluginTyperelease = 0;
|
||||
public static final int pluginTyperelease = 1;
|
||||
public static final String[] pluginAuthors = new String[]{ "JeremyStarTM" };
|
||||
public static final String[] pluginContributors = new String[]{};
|
||||
public static final String pluginLicense = "GNU AGPL v3 (or later)";
|
||||
|
|
Loading…
Reference in a new issue