From 6cfe768a52e6c63262633fe5ecf84b08c0b44c66 Mon Sep 17 00:00:00 2001 From: Untitled Date: Wed, 5 May 2021 18:34:03 +0800 Subject: [PATCH] update version code to 2.6.1 --- README.md | 4 ++-- build.gradle | 2 +- src/main/resources/config.yml | 4 ++-- src/main/resources/plugin.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4294f4c..57c0669 100644 --- a/README.md +++ b/README.md @@ -95,12 +95,12 @@ The configuration file for BungeeSafeguard is `plugins/BungeeSafeguard/config.ym ```yaml ######################################### # BungeeSafeguard Configuration # -# Version: 2.6 # +# Version: 2.6.1 # # Author: Untitled # ######################################### # You can safely ignore this -version: "2.6" +version: "2.6.1" # Message to be sent to the player when that player is blocked for not being whitelisted whitelist-message: :( You are not whitelisted on this server diff --git a/build.gradle b/build.gradle index 1f14213..0f73349 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'vip.untitled' -version '2.6-SNAPSHOT' +version '2.6.1-SNAPSHOT' sourceCompatibility = 1.8 diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 48343f8..88f09d5 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,10 +1,10 @@ ######################################### # BungeeSafeguard Configuration # -# Version: 2.6 # +# Version: 2.6.1 # # Author: Untitled # ######################################### -version: "2.6" +version: "2.6.1" whitelist-message: :( You are not whitelisted on this server blacklist-message: :( We can't let you enter this server no-uuid-message: :( Name yourself diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index ef3aaa2..7765204 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,4 +1,4 @@ name: BungeeSafeguard main: vip.untitled.bungeesafeguard.BungeeSafeguard -version: "2.6" +version: "2.6.1" author: Untitled