diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-03 13:07:40 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-03 13:07:40 -0400 |
commit | f4954efb39612b2903a57a0cbeaa088e67644976 (patch) | |
tree | 5cee8770db70459d44036b3fe44b076441bf27a5 /pom.xml | |
parent | Merge pull request #25 from tylermurphy534/1.4.2 (diff) | |
download | kenshinshideandseek-f4954efb39612b2903a57a0cbeaa088e67644976.tar.gz kenshinshideandseek-f4954efb39612b2903a57a0cbeaa088e67644976.tar.bz2 kenshinshideandseek-f4954efb39612b2903a57a0cbeaa088e67644976.zip |
start of 1.4.3
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.2</version> + <version>1.4.3</version> <name>Hide and Seek Plugin</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |