From e40dc37f8900d1f61abb185e1a60df95eaab00a9 Mon Sep 17 00:00:00 2001 From: MattBDev Date: Thu, 1 Dec 2016 21:56:19 -0500 Subject: [PATCH] Fix versioning messup. --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index fffd83167..c77c8ca14 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/pom.xml b/pom.xml index 9502b5f71..6aaff2ff9 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ UTF-8 PlotSquared - 3.4.6-SNAPSHOT + 3.5.1-SNAPSHOT PlotSquared jar