diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-08-21 22:33:36 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-08-21 22:33:36 -0400 |
commit | dc69e0ece912f4aec3f7ef090845b43a41749703 (patch) | |
tree | 5afd1ff05126044930990ba8203106a0cbe21e88 /pom.xml | |
parent | 1.1.1 fix (diff) | |
download | kenshinshideandseek-dc69e0ece912f4aec3f7ef090845b43a41749703.tar.gz kenshinshideandseek-dc69e0ece912f4aec3f7ef090845b43a41749703.tar.bz2 kenshinshideandseek-dc69e0ece912f4aec3f7ef090845b43a41749703.zip |
severe give items bug fix
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 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>HideAndSeek</artifactId> - <version>1.1.1</version> + <version>1.1.2</version> <name>Hide and Seek Plugin</name> <build> <plugins> |