diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2021-02-26 08:28:01 -0800 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2021-02-26 08:28:01 -0800 |
commit | dd95d0f80c7723a9e740c063fbe3c6000ae31e47 (patch) | |
tree | 5bca8cd7a21d5357a79996623c2c90077568a482 /build.gradle | |
parent | 6af77b664bf201c94e952040c69bd56d341833c8 (diff) | |
download | KotlinForForge-master.tar.gz KotlinForForge-master.tar.bz2 KotlinForForge-master.zip |
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
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' |