diff options
author | Appability <appable@icloud.com> | 2022-11-13 03:00:28 -0800 |
---|---|---|
committer | Appability <appable@icloud.com> | 2022-11-13 03:00:28 -0800 |
commit | a4aac041f9fb4d47203f4fd10dddcebe91abc750 (patch) | |
tree | ceadb233492fea42bf2f48af180025cfa0ce1053 /build.gradle.kts | |
parent | 4df8a87c044a1194bff4409974944c81ba191430 (diff) | |
download | AmbientAddons-a4aac041f9fb4d47203f4fd10dddcebe91abc750.tar.gz AmbientAddons-a4aac041f9fb4d47203f4fd10dddcebe91abc750.tar.bz2 AmbientAddons-a4aac041f9fb4d47203f4fd10dddcebe91abc750.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 982c96b..c19e1ca 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = "AmbientAddons" -version = "1.0-rc.1" +version = "1.0-rc.2" java { toolchain.languageVersion.set(JavaLanguageVersion.of(8)) |