From ef738cbc7eea1e4da79f5dbd6cd8861184ed794e Mon Sep 17 00:00:00 2001 From: Constructor Date: Fri, 1 Jul 2022 02:53:33 +0200 Subject: [PATCH 1/2] Next major release 3.1 -> 3.2 --- .github/CODE_OF_CONDUCT.md | 2 +- .github/CONTRIBUTING.md | 2 +- README.md | 2 +- gradle.properties | 2 +- src/main/kotlin/com/lambda/client/LambdaMod.kt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index c11e2106e..00e34c687 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -44,7 +44,7 @@ event. Representation of a project may be further defined and clarified by proje ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team -at `team@lambda-client.com`. All complaints will be reviewed and investigated and will result in a response that is +at `https://discord.gg/QjfBxJzE5x`. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index bdbe27a7c..95f2236d7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,7 +1,7 @@ You are free to clone, modify Lambda and make pull requests, provided you follow the [license](https://github.com/lambda-client/lambda/blob/master/LICENSE.md). -Before contributing please see the [Code of Conduct](https://lambda-client.com/codeofconduct). +Before contributing please see the [Code of Conduct](https://github.com/lambda-client/lambda/blob/master/.github/CODE_OF_CONDUCT.md). See [Support](https://github.com/lambda-client/lambda/issues) for help. diff --git a/README.md b/README.md index da0b3bfb3..7c7d993be 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Customize your experience, and improve your efficiency! Find our plugins [here](https://github.com/lambda-plugins).

- lambda-3.1.jar + lambda-3.2.jar

## Installation diff --git a/gradle.properties b/gradle.properties index 7d804ff85..f8f7e7947 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.caching=true org.gradle.parallel=true modGroup=com.lambda -modVersion=3.1 +modVersion=3.2 minecraftVersion=1.12.2 forgeVersion=14.23.5.2860 diff --git a/src/main/kotlin/com/lambda/client/LambdaMod.kt b/src/main/kotlin/com/lambda/client/LambdaMod.kt index bcf3cabde..781b0c981 100644 --- a/src/main/kotlin/com/lambda/client/LambdaMod.kt +++ b/src/main/kotlin/com/lambda/client/LambdaMod.kt @@ -29,7 +29,7 @@ class LambdaMod { const val ID = "lambda" const val DIRECTORY = "lambda" - const val VERSION = "3.1" + const val VERSION = "3.2" const val APP_ID = 835368493150502923 // DiscordIPC const val DEPENDENCIES = "required-after:forge@[14.23.5.2860,);" From a587a539ed5310f1f241efb8f9036ba60b1b16e9 Mon Sep 17 00:00:00 2001 From: Constructor Date: Mon, 1 Aug 2022 04:22:17 +0200 Subject: [PATCH 2/2] Update Kotlin 1.7.0 -> 1.7.10 and KotlinX coroutines 1.6.2 -> 1.6.4 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index f8f7e7947..4380dbae4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,5 +10,5 @@ forgeVersion=14.23.5.2860 mappingsChannel=stable mappingsVersion=39-1.12 -kotlinVersion=1.7.0 -kotlinxCoroutinesVersion=1.6.2 +kotlinVersion=1.7.10 +kotlinxCoroutinesVersion=1.6.4