Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-van-dijkhuizen committed May 2, 2021
2 parents 2eb082d + 9f4aad0 commit 8bbba9f
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 @@ -2,14 +2,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>timvandijkhuizen</groupId>
<artifactId>spigot-utils</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<name>SpigotUtils</name>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/timvandijkhuizen/spigotutils</url>
<url>https://maven.pkg.github.com/timvandijkhuizen/spigot-utils</url>
</repository>
</distributionManagement>

Expand Down
2 changes: 1 addition & 1 deletion resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: SpigotUtils
description: A Spigot plugin to make plugin development easier.
author: Tim van Dijkhuizen
version: "1.2.0"
version: "1.2.1"
api-version: 1.13
main: nl.timvandijkhuizen.spigotutils.SpigotUtils
load: STARTUP

0 comments on commit 8bbba9f

Please sign in to comment.