Bump version to 1.0.0 (test was successful)

This commit is contained in:
2025-04-07 21:49:04 -07:00
parent d39fef6fe9
commit b1079eb091
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ plugins {
} }
group = "xyz.lncvrt" group = "xyz.lncvrt"
version = "1.0.1-SNAPSHOT" version = "1.0.1"
repositories { repositories {
mavenCentral() mavenCentral()

View File

@@ -1,4 +1,4 @@
name: GalaxyCreations name: GalaxyCreations
version: '1.0.0' version: '${version}'
main: xyz.lncvrt.galaxycreations.GalaxyCreations main: xyz.lncvrt.galaxycreations.GalaxyCreations
api-version: '1.21' api-version: '1.21'