Version bump to 4.7.0

This commit is contained in:
Rsl1122 2019-03-03 19:11:50 +02:00
parent 016e1dc4bc
commit 1f341c0921
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ allprojects {
wrapper.gradleVersion = "5.0"
group "com.djrapitops"
version "4.7.0-SNAPSHOT"
version "4.7.0"
test {
// useJUnitPlatform()

View File

@ -1,7 +1,7 @@
name: Plan
author: Rsl1122
main: com.djrapitops.plan.PlanBungee
version: 4.6.2
version: 4.7.0
softdepend:
- AdvancedBan
- LiteBans

View File

@ -1,7 +1,7 @@
name: Plan
author: Rsl1122
main: com.djrapitops.plan.Plan
version: 4.6.2
version: 4.7.0
softdepend:
- EssentialsX
- Towny

View File

@ -42,7 +42,7 @@ import java.io.InputStream;
@Plugin(
id = "plan",
name = "Plan",
version = "4.6.2",
version = "4.7.0",
description = "Player Analytics Plugin by Rsl1122",
authors = {"Rsl1122"},
dependencies = {

View File

@ -46,7 +46,7 @@ import java.nio.file.Path;
@Plugin(
id = "plan",
name = "Plan",
version = "4.6.2",
version = "4.7.0",
description = "Player Analytics Plugin by Rsl1122",
authors = {"Rsl1122"}
)