Skip to content

Commit

Permalink
update version code to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luluno01 committed May 5, 2021
1 parent 8d32ba5 commit 6cfe768
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'vip.untitled'
version '2.6-SNAPSHOT'
version '2.6.1-SNAPSHOT'

sourceCompatibility = 1.8

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BungeeSafeguard
main: vip.untitled.bungeesafeguard.BungeeSafeguard
version: "2.6"
version: "2.6.1"
author: Untitled

0 comments on commit 6cfe768

Please sign in to comment.