aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2021-02-26 08:28:01 -0800
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2021-02-26 08:28:01 -0800
commitdd95d0f80c7723a9e740c063fbe3c6000ae31e47 (patch)
tree5bca8cd7a21d5357a79996623c2c90077568a482 /build.gradle
parent6af77b664bf201c94e952040c69bd56d341833c8 (diff)
downloadKotlinForForge-dd95d0f80c7723a9e740c063fbe3c6000ae31e47.tar.gz
KotlinForForge-dd95d0f80c7723a9e740c063fbe3c6000ae31e47.tar.bz2
KotlinForForge-dd95d0f80c7723a9e740c063fbe3c6000ae31e47.zip
Kotlin for Forge 1.10.0HEADmaster
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 464f906..6517d27 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.9.0"
+version = "1.10.0"
group = 'thedarkcolour.kotlinforforge'
archivesBaseName = 'kotlinforforge'