mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
bump version
This commit is contained in:
parent
ce7468e63a
commit
0888940307
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ ext {
|
|||
git = Grgit.open(file(".git"))
|
||||
revision = "-${git.head().abbreviatedId}"
|
||||
}
|
||||
version = "3.4.2${revision}"
|
||||
version = "3.4.3${revision}"
|
||||
description = """PlotSquared"""
|
||||
|
||||
subprojects {
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -7,7 +7,7 @@
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<artifactId>PlotSquared</artifactId>
|
||||
<version>3.4.2-SNAPSHOT</version>
|
||||
<version>3.4.3-SNAPSHOT</version>
|
||||
<name>PlotSquared</name>
|
||||
<packaging>jar</packaging>
|
||||
<build>
|
||||
|
|
Loading…
Reference in a new issue