bump version

This commit is contained in:
Jesse Boyd 2016-06-20 01:37:27 +10:00
parent ce7468e63a
commit 0888940307
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ ext {
git = Grgit.open(file(".git")) git = Grgit.open(file(".git"))
revision = "-${git.head().abbreviatedId}" revision = "-${git.head().abbreviatedId}"
} }
version = "3.4.2${revision}" version = "3.4.3${revision}"
description = """PlotSquared""" description = """PlotSquared"""
subprojects { subprojects {

View File

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