diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-08-18 14:59:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 14:59:26 -0400 |
commit | 87a859a5db050112d38bcdc8eb42f46f681c5f18 (patch) | |
tree | 0c43d08dc6fc6d3c23aca21a330db25e193dd0a9 /pom.xml | |
parent | Merge pull request #76 from tylermurphy534/1.6.1 (diff) | |
parent | fix pom (diff) | |
download | kenshinshideandseek-87a859a5db050112d38bcdc8eb42f46f681c5f18.tar.gz kenshinshideandseek-87a859a5db050112d38bcdc8eb42f46f681c5f18.tar.bz2 kenshinshideandseek-87a859a5db050112d38bcdc8eb42f46f681c5f18.zip |
Merge pull request #81 from tylermurphy534/1.6.2
1.6.2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>KenshinsHideAndSeek</artifactId> - <version>1.6.1</version> + <version>1.6.2</version> <name>Hide and Seek Plugin</name> <build> @@ -123,7 +123,7 @@ <dependency> <groupId>com.github.cryptomorin</groupId> <artifactId>XSeries</artifactId> - <version>8.7.1</version> + <version>9.0.0</version> </dependency> <dependency> <groupId>me.clip</groupId> |