Skip to content

Commit 4701242

Browse files
committed
Incrementing plugin.yml version
1 parent 01417fb commit 4701242

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
<groupId>io.servertap</groupId>
66
<artifactId>ServerTap</artifactId>
7-
<version>0.5.4-SNAPSHOT</version>
7+
<version>0.6.0</version>
88

99
<scm>
1010
<developerConnection>scm:git:ssh://[email protected]/servertap-io/servertap.git</developerConnection>
11-
<tag>HEAD</tag>
11+
<tag>v0.6.0</tag>
1212
</scm>
1313

1414
<properties>

src/main/resources/plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ServerTap
22
main: io.servertap.ServerTapMain
3-
version: 0.5.4-SNAPSHOT
3+
version: 0.6.0
44
description: ServerTap is a REST API for Bukkit/Spigot/PaperMC Minecraft servers.
55
authors: [phybros, ATechAdventurer, c1oneman, Earlh21, Scarsz, au5ton, Aberdeener, Hedlund01, matteoturini, Diddyy, Velyn-N, srmullaney, TimeCoding]
66
load: STARTUP

0 commit comments

Comments
 (0)