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..4380dbae4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,12 @@ 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 mappingsChannel=stable mappingsVersion=39-1.12 -kotlinVersion=1.7.0 -kotlinxCoroutinesVersion=1.6.2 +kotlinVersion=1.7.10 +kotlinxCoroutinesVersion=1.6.4 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,);"