mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Version Bump
This commit is contained in:
parent
cf5d2a5e86
commit
ca8b82dcbe
@ -76,7 +76,7 @@ import java.util.UUID;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
@Plugin(id = "plotsquared", name = "PlotSquared", description = "Easy, yet powerful Plot World generation and management.",
|
||||
url = "https://github.com/IntellectualSites/PlotSquared", version = "3.3.3")
|
||||
url = "https://github.com/IntellectualSites/PlotSquared", version = "3.5.0-SNAPSHOT")
|
||||
public class SpongeMain implements IPlotMain {
|
||||
|
||||
public static SpongeMain THIS;
|
||||
|
@ -13,12 +13,13 @@ buildscript {
|
||||
}
|
||||
|
||||
group = 'com.intellectualcrafters'
|
||||
def revision = ""
|
||||
|
||||
ext {
|
||||
git = Grgit.open()
|
||||
revision = "-${git.head().abbreviatedId}"
|
||||
revision = "${git.head().abbreviatedId}"
|
||||
}
|
||||
version = "3.4.4-SNAPSHOT${revision}"
|
||||
|
||||
version = "3.5.0-SNAPSHOT-${revision}"
|
||||
description = """PlotSquared"""
|
||||
|
||||
subprojects {
|
||||
|
Loading…
Reference in New Issue
Block a user