diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-07 18:08:45 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-07 18:08:45 -0500 |
commit | c3eaf2eccd30a42dec6ab63cb6c9ec80b102e746 (patch) | |
tree | a01657ff6ef8c47455bcdadd0aabf1ed0d882255 /pom.xml | |
parent | block solidifying beeps, stop right click attacks (diff) | |
download | kenshinshideandseek-c3eaf2eccd30a42dec6ab63cb6c9ec80b102e746.tar.gz kenshinshideandseek-c3eaf2eccd30a42dec6ab63cb6c9ec80b102e746.tar.bz2 kenshinshideandseek-c3eaf2eccd30a42dec6ab63cb6c9ec80b102e746.zip |
1.7.1 beta 1
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>KenshinsHideAndSeek</artifactId> - <version>1.7.0</version> + <version>1.7.1</version> <name>Hide and Seek Plugin</name> <properties> |