diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-07-28 18:21:37 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-07-28 18:21:37 -0400 |
commit | dd9a6dfd888954a174fd95432c72d585fac74ca5 (patch) | |
tree | 07411203c469e5d9adefe50583b0ce3f688fd8a4 /pom.xml | |
parent | Merge pull request 'update deps to 1.20' (#9) from dev into main (diff) | |
download | kenshinshideandseek-dd9a6dfd888954a174fd95432c72d585fac74ca5.tar.gz kenshinshideandseek-dd9a6dfd888954a174fd95432c72d585fac74ca5.tar.bz2 kenshinshideandseek-dd9a6dfd888954a174fd95432c72d585fac74ca5.zip |
1.7.5 rc1
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.4</version> + <version>1.7.5</version> <name>Hide and Seek Plugin</name> <properties> |