diff options
-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> |