Skip to content

Commit 12748d9

Browse files
committed
Incrementing plugin.yml version
1 parent 7fb6502 commit 12748d9

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.3.1-SNAPSHOT</version>
7+
<version>0.3.1</version>
88

99
<scm>
1010
<developerConnection>scm:git:ssh://[email protected]/phybros/servertap.git</developerConnection>
11-
<tag>HEAD</tag>
11+
<tag>v0.3.1</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.PluginEntrypoint
3-
version: 0.3.1-SNAPSHOT
3+
version: 0.3.1
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]
66
load: STARTUP

0 commit comments

Comments
 (0)