Bump version to 4.9.2

This commit is contained in:
Rsl1122 2019-08-09 09:47:08 +03:00
parent a802a56223
commit 6a9fe25f14
5 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ allprojects {
wrapper.gradleVersion = "5.5.1" wrapper.gradleVersion = "5.5.1"
group "com.djrapitops" group "com.djrapitops"
version "4.9.1" version "4.9.2"
test { test {
useJUnitPlatform() useJUnitPlatform()

View File

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

View File

@ -1,7 +1,7 @@
name: Plan name: Plan
author: Rsl1122 author: Rsl1122
main: com.djrapitops.plan.Plan main: com.djrapitops.plan.Plan
version: 4.9.1 version: 4.9.2
api-version: 1.13 api-version: 1.13
softdepend: softdepend:
- ASkyBlock - ASkyBlock

View File

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

View File

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