diff options
author | Genny <gen@nyble.dev> | 2020-12-02 16:48:28 -0600 |
---|---|---|
committer | Genny <gen@nyble.dev> | 2020-12-02 16:48:28 -0600 |
commit | a9bed0624745250e8d447ae858bdc632fe84555e (patch) | |
tree | 6066916e6a402b43fb724371e4ceef7af42bb1fe /pom.xml | |
parent | a4a675713a663e404e0b7abeb869953a46fae331 (diff) | |
download | sunfright-a9bed0624745250e8d447ae858bdc632fe84555e.tar.gz sunfright-a9bed0624745250e8d447ae858bdc632fe84555e.zip |
Add respawn helmet configuration option
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml index 6404dfa..7f5b7e5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,11 @@ <modelVersion>4.0.0</modelVersion> <groupId>dev.genbyte.sunfright</groupId> - <artifactId>sunfright</artifactId> + <artifactId>Sunfright</artifactId> <packaging>jar</packaging> - <version>0.7.0</version> + <version>1.0.0</version> - <name>sunfright</name> + <name>Sunfright</name> <description>Burn me to a crisp, large glowing orb!</description> <url>https://genbyte.dev</url><!-- TODO: add URL --> |