Skip to content

Commit 46b0351

Browse files
committed
v3.1.0
1 parent c90d6ab commit 46b0351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ subprojects {
3030
targetCompatibility = 1.8
3131

3232
def major = '3'
33-
def minor = '0'
33+
def minor = '1'
3434
def spongeRevision = '0'
35-
def bukkitRevision = '1'
35+
def bukkitRevision = '0'
3636

3737
version = "${major}.${minor}.${project.name.endsWith('Sponge') ? spongeRevision : bukkitRevision}"
3838

0 commit comments

Comments
 (0)