Skip to content

Commit

Permalink
Bump version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzhng committed Jul 11, 2020
1 parent 901ce0c commit 6216b0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ configurations {
testImplementation.extendsFrom compileOnly
}

version = '2.1'
version = '2.2'
group = 'net.tcpshield.tcpshield'
archivesBaseName = 'TCPShield'

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: TCPShield
version: '2.1'
version: '2.2'
main: net.tcpshield.tcpshield.bungee.TCPShieldBungee
author: https://tcpshield.com
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: TCPShield
version: '2.1'
version: '2.2'
main: net.tcpshield.tcpshield.bukkit.TCPShieldBukkit
softdepend:
- ProtocolLib
Expand Down

0 comments on commit 6216b0c

Please sign in to comment.