Skip to content

Commit 64f9e9f

Browse files
committed
Version bump to 1.1
1 parent 1f8f543 commit 64f9e9f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ _none_
2121

2222
## Version
2323

24-
1.0
24+
1.1
2525

2626
## License
2727

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>at.yeahwh</groupId>
44
<artifactId>Ping</artifactId>
5-
<version>1.0</version>
5+
<version>1.1</version>
66
<name>Ping</name>
77
<url>http://www.bukkit.org</url>
88

src/main/resources/plugin.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Ping
22
main: mn.frd.Ping.Ping
3-
version: 1.0
3+
version: 1.1
44

5-
commands:
5+
commands:
66
ping:
77
description: Ping check
88
usage: /<command>
99
permissions:
1010
ping.self:
1111
default: true
1212
ping.others:
13-
default: op
13+
default: op

0 commit comments

Comments
 (0)