diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-08-17 14:36:23 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-08-17 14:36:23 -0700 |
commit | f08c792c00cce1e01282d932ea8ad842a12bf29c (patch) | |
tree | 09ee8f4ed14a9d3685ee6f784b208865d73ba12b /build.gradle | |
parent | 5d89ffe924a98aa03d2871ad39fc60904be9f80b (diff) | |
download | KotlinForForge-f08c792c00cce1e01282d932ea8ad842a12bf29c.tar.gz KotlinForForge-f08c792c00cce1e01282d932ea8ad842a12bf29c.tar.bz2 KotlinForForge-f08c792c00cce1e01282d932ea8ad842a12bf29c.zip |
Update to Kotlin for Forge 1.4.1
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 b789ad0..46cdb16 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ apply plugin: 'net.minecraftforge.gradle' apply plugin: 'kotlin' apply plugin: 'org.jetbrains.dokka' -version = "1.4.0" +version = "1.4.1" group = 'thedarkcolour.kotlinforforge' archivesBaseName = 'kotlinforforge' |