aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorAppability <appable@icloud.com>2022-11-13 03:00:28 -0800
committerAppability <appable@icloud.com>2022-11-13 03:00:28 -0800
commita4aac041f9fb4d47203f4fd10dddcebe91abc750 (patch)
treeceadb233492fea42bf2f48af180025cfa0ce1053 /build.gradle.kts
parent4df8a87c044a1194bff4409974944c81ba191430 (diff)
downloadAmbientAddons-a4aac041f9fb4d47203f4fd10dddcebe91abc750.tar.gz
AmbientAddons-a4aac041f9fb4d47203f4fd10dddcebe91abc750.tar.bz2
AmbientAddons-a4aac041f9fb4d47203f4fd10dddcebe91abc750.zip
version bump
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
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))