diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-08-03 00:19:05 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-08-03 00:19:05 -0400 |
commit | 0ea494ec89ca105705b80b394e84145740bc85dc (patch) | |
tree | 54595f963487db70b6c8009ce1e8db07e9b2633c /pom.xml | |
parent | Update 'README.md' (diff) | |
download | kenshinshideandseek-0ea494ec89ca105705b80b394e84145740bc85dc.tar.gz kenshinshideandseek-0ea494ec89ca105705b80b394e84145740bc85dc.tar.bz2 kenshinshideandseek-0ea494ec89ca105705b80b394e84145740bc85dc.zip |
bug fixes
Diffstat (limited to '')
-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>dev.tylerm</groupId> <artifactId>KenshinsHideAndSeek</artifactId> - <version>1.7.5</version> + <version>1.7.6</version> <name>Hide and Seek Plugin</name> <properties> |