Skip to content

Commit

Permalink
Incrementing plugin.yml version
Browse files Browse the repository at this point in the history
  • Loading branch information
phybros committed Sep 27, 2023
1 parent b449f79 commit e4f90a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

<groupId>io.servertap</groupId>
<artifactId>ServerTap</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>

<scm>
<developerConnection>scm:git:ssh://git@github.com/servertap-io/servertap.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.6.1</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ServerTap
main: io.servertap.ServerTapMain
version: 0.6.1-SNAPSHOT
version: 0.6.1
description: ServerTap is a REST API for Bukkit/Spigot/PaperMC Minecraft servers.
authors: [phybros, ATechAdventurer, c1oneman, Earlh21, Scarsz, au5ton, Aberdeener, Hedlund01, matteoturini, Diddyy, Velyn-N, srmullaney, TimeCoding]
load: STARTUP
Expand Down

0 comments on commit e4f90a6

Please sign in to comment.