diff options
author | Appability <appable@icloud.com> | 2022-11-13 17:06:08 -0800 |
---|---|---|
committer | Appability <appable@icloud.com> | 2022-11-13 17:06:08 -0800 |
commit | 66429ec7cffdd0eee004256e543f00a155b9778a (patch) | |
tree | a9d2a3182d434ac9f4bec0341f08c9d2ec2097a2 /build.gradle.kts | |
parent | 012690fe591b7de4cb248a632a48371432be7610 (diff) | |
download | AmbientAddons-66429ec7cffdd0eee004256e543f00a155b9778a.tar.gz AmbientAddons-66429ec7cffdd0eee004256e543f00a155b9778a.tar.bz2 AmbientAddons-66429ec7cffdd0eee004256e543f00a155b9778a.zip |
version bump
Diffstat (limited to 'build.gradle.kts')
-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 c19e1ca..08bf84c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = "AmbientAddons" -version = "1.0-rc.2" +version = "1.0.0" java { toolchain.languageVersion.set(JavaLanguageVersion.of(8)) |