diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-08-23 13:57:50 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-08-23 13:57:50 -0400 |
commit | 93dd4cfcc4e89448eb69d00b9a55145121467aa5 (patch) | |
tree | e73e8ad0eb3bb61cd358c2f93c65d65188c2e49c /pom.xml | |
parent | severe give items bug fix (diff) | |
download | kenshinshideandseek-93dd4cfcc4e89448eb69d00b9a55145121467aa5.tar.gz kenshinshideandseek-93dd4cfcc4e89448eb69d00b9a55145121467aa5.tar.bz2 kenshinshideandseek-93dd4cfcc4e89448eb69d00b9a55145121467aa5.zip |
refactoring, command restructure, bug fixes, glow rewrite
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.1.2</version> + <version>1.2.0</version> <name>Hide and Seek Plugin</name> <build> <plugins> |