diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-08-16 20:10:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-16 20:10:36 -0400 |
commit | 725db2875c3ddb7829ebe8f7e68886eec83337f9 (patch) | |
tree | 12d39d7e1e2c09e0db81c7c3d1313ec79b01991a /pom.xml | |
parent | Merge pull request #72 from tylermurphy534/1.6.0 (diff) | |
parent | delayed respawn (diff) | |
download | kenshinshideandseek-725db2875c3ddb7829ebe8f7e68886eec83337f9.tar.gz kenshinshideandseek-725db2875c3ddb7829ebe8f7e68886eec83337f9.tar.bz2 kenshinshideandseek-725db2875c3ddb7829ebe8f7e68886eec83337f9.zip |
Merge pull request #76 from tylermurphy534/1.6.1
1.6.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.6.0</version> + <version>1.6.1</version> <name>Hide and Seek Plugin</name> <build> |