Fix versioning messup.

This commit is contained in:
MattBDev 2016-12-01 21:56:19 -05:00
parent 7e34d9e20a
commit e40dc37f89
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ ext {
git = Grgit.open()
revision = "${git.head().abbreviatedId}"
}
version = "3.5.0-SNAPSHOT-${revision}"
version = "3.5.1-SNAPSHOT-${revision}"
description = rootProject.name
subprojects {

View File

@ -7,7 +7,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<artifactId>PlotSquared</artifactId>
<version>3.4.6-SNAPSHOT</version>
<version>3.5.1-SNAPSHOT</version>
<name>PlotSquared</name>
<packaging>jar</packaging>
<build>