diff options
author | Genny <gen@nyble.dev> | 2020-06-02 17:55:04 -0500 |
---|---|---|
committer | Genny <gen@nyble.dev> | 2020-06-02 17:55:04 -0500 |
commit | 67acdf42e31d5c49de121f4b497c71637605b7ae (patch) | |
tree | cbd578b2a30ae405d0535280774236f3e2ecbd4f | |
parent | ccf4eef91608f1f0e3018b692a9d5cdb12cf063a (diff) | |
download | sunfright-67acdf42e31d5c49de121f4b497c71637605b7ae.tar.gz sunfright-67acdf42e31d5c49de121f4b497c71637605b7ae.zip |
Bump version to 0.5.0
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 344b319..af95931 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ target/ # Genuinebyte things -cptotest.sh \ No newline at end of file +*.sh diff --git a/pom.xml b/pom.xml index e977fca..b35b461 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>dev.genbyte.sunfright</groupId> <artifactId>sunfright</artifactId> <packaging>jar</packaging> - <version>0.4.1</version> + <version>0.5.0</version> <name>sunfright</name> <description>Burn me to a crisp, large glowing orb!</description> |