aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2021-02-07 23:43:26 -0800
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2021-02-07 23:43:26 -0800
commitbfde82eaaaa9e667ab53ecfa986cebfcad515abb (patch)
treec8b6198b6dd037846e306e21e06119ed0e324aea /build.gradle
parent2a30973642c3cddd5d42f1c955caea73cd946134 (diff)
downloadKotlinForForge-bfde82eaaaa9e667ab53ecfa986cebfcad515abb.tar.gz
KotlinForForge-bfde82eaaaa9e667ab53ecfa986cebfcad515abb.tar.bz2
KotlinForForge-bfde82eaaaa9e667ab53ecfa986cebfcad515abb.zip
Kotlin for Forge 1.9.0
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index c0855c3..464f906 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,7 +24,7 @@ apply plugin: 'kotlin'
apply plugin: 'kotlinx-serialization'
apply plugin: 'org.jetbrains.dokka'
-version = "1.8.0"
+version = "1.9.0"
group = 'thedarkcolour.kotlinforforge'
archivesBaseName = 'kotlinforforge'