diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-24 22:40:21 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-24 22:40:21 -0500 |
commit | 06b31297d3d83a0c7b76230be1b089bdfd8e4afa (patch) | |
tree | a47bd4cfb81f599dd27eebbfcf9f04d8c1e1483b /pom.xml | |
parent | Merge pull request #16 from tylermurphy534/1.3.2 (diff) | |
download | kenshinshideandseek-06b31297d3d83a0c7b76230be1b089bdfd8e4afa.tar.gz kenshinshideandseek-06b31297d3d83a0c7b76230be1b089bdfd8e4afa.tar.bz2 kenshinshideandseek-06b31297d3d83a0c7b76230be1b089bdfd8e4afa.zip |
1.3.3 beta 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>HideAndSeek</artifactId> - <version>1.3.2</version> + <version>1.3.3</version> <name>Hide and Seek Plugin</name> <build> <plugins> |