summaryrefslogtreewikicommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2021-12-22 20:49:23 -0500
committerGitHub <noreply@github.com>2021-12-22 20:49:23 -0500
commite6f86145cf13e6a701258033274cfd7a88550f88 (patch)
tree1214a37a10e042b7770821ec46e66aa5fad0bfd0 /pom.xml
parentUpdate README.md (diff)
parent1.3.2 (diff)
downloadkenshinshideandseek-e6f86145cf13e6a701258033274cfd7a88550f88.tar.gz
kenshinshideandseek-e6f86145cf13e6a701258033274cfd7a88550f88.tar.bz2
kenshinshideandseek-e6f86145cf13e6a701258033274cfd7a88550f88.zip
Merge pull request #16 from tylermurphy534/1.3.2
1.3.2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 320e622..544d3bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"><modelVersion>4.0.0</modelVersion>
<groupId>net.tylermurphy</groupId>
<artifactId>HideAndSeek</artifactId>
- <version>1.3.1</version>
+ <version>1.3.2</version>
<name>Hide and Seek Plugin</name>
<build>
<plugins>
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
- <version>1.17.1-R0.1-SNAPSHOT</version>
+ <version>1.18.1-R0.1-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
</dependency>