Bump version to 4.8.6

This commit is contained in:
Rsl1122 2019-06-22 10:20:11 +03:00
parent 9ec029dd67
commit 656d65755d
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,7 +1,7 @@
name: Plan
author: Rsl1122
main: com.djrapitops.plan.Plan
version: 4.8.5
version: 4.8.6
softdepend:
- ASkyBlock
- AdvancedAchievements

View File

@ -42,7 +42,7 @@ import java.io.InputStream;
@Plugin(
id = "plan",
name = "Plan",
version = "4.8.5",
version = "4.8.6",
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.8.5",
version = "4.8.6",
description = "Player Analytics Plugin by Rsl1122",
authors = {"Rsl1122"}
)