diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-01-26 23:31:48 -0500 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-01-26 23:31:48 -0500 |
| commit | 9590d69e89c2d966fe80501ce4f754da85bc1ac5 (patch) | |
| tree | d1d16a6dd3f96d7d76eb3f4df5804412cbd6b9ac /build.gradle.kts | |
| parent | c14a63c8d0ce0e95bb072028026f59138f31f5d8 (diff) | |
reformat, initial config test
Diffstat (limited to '')
| -rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index b97f98a..de9662c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } val minecraftVersion = "1.20.2" -version = "0.1.1+$minecraftVersion" +version = "1.0.0+$minecraftVersion" group = "net.inyourwalls" repositories { |
