diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-04-28 16:02:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 16:02:01 -0400 |
commit | 52d6f450ed17acb656a1540e6a29c0ef66ce73cc (patch) | |
tree | e9d5e253fa5fadd5a9657efffe6e7329077d73d1 /pom.xml | |
parent | 1.4.1 Hotfix (diff) | |
parent | change lobby start item to start permission from op (diff) | |
download | kenshinshideandseek-52d6f450ed17acb656a1540e6a29c0ef66ce73cc.tar.gz kenshinshideandseek-52d6f450ed17acb656a1540e6a29c0ef66ce73cc.tar.bz2 kenshinshideandseek-52d6f450ed17acb656a1540e6a29c0ef66ce73cc.zip |
Merge pull request #25 from tylermurphy534/1.4.2
1.4.2
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.4.1</version> + <version>1.4.2</version> <name>Hide and Seek Plugin</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |