Skip to content

Commit d5fd3fb

Browse files
authored
Release Lambda 3.2 (#351)
* Next major release 3.1 -> 3.2 * Update Kotlin 1.7.0 -> 1.7.10 and KotlinX coroutines 1.6.2 -> 1.6.4
1 parent c359e55 commit d5fd3fb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ event. Representation of a project may be further defined and clarified by proje
4444
## Enforcement
4545

4646
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team
47-
at `[email protected]`. All complaints will be reviewed and investigated and will result in a response that is
47+
at `https://discord.gg/QjfBxJzE5x`. All complaints will be reviewed and investigated and will result in a response that is
4848
deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with
4949
regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
5050

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
You are free to clone, modify Lambda and make pull requests, provided you follow
22
the [license](https://github.com/lambda-client/lambda/blob/master/LICENSE.md).
33

4-
Before contributing please see the [Code of Conduct](https://lambda-client.com/codeofconduct).
4+
Before contributing please see the [Code of Conduct](https://github.com/lambda-client/lambda/blob/master/.github/CODE_OF_CONDUCT.md).
55

66
See [Support](https://github.com/lambda-client/lambda/issues) for help.
77

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Customize your experience, and improve your efficiency!
1616
Find our plugins [here](https://github.com/lambda-plugins).
1717

1818
<p align="center">
19-
<a href="https://github.com/lambda-client/lambda/releases/download/3.1/lambda-3.1.jar"><img alt="lambda-3.1.jar" src="https://raw.githubusercontent.com/lambda-client/assets/main/download_button_3.1.png" width="70%" height="70%"></a>
19+
<a href="https://github.com/lambda-client/lambda/releases/download/3.2/lambda-3.2.jar"><img alt="lambda-3.2.jar" src="https://raw.githubusercontent.com/lambda-client/assets/main/download_button.png" width="70%" height="70%"></a>
2020
</p>
2121

2222
## Installation

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ org.gradle.caching=true
33
org.gradle.parallel=true
44

55
modGroup=com.lambda
6-
modVersion=3.1
6+
modVersion=3.2
77

88
minecraftVersion=1.12.2
99
forgeVersion=14.23.5.2860
1010
mappingsChannel=stable
1111
mappingsVersion=39-1.12
1212

13-
kotlinVersion=1.7.0
14-
kotlinxCoroutinesVersion=1.6.2
13+
kotlinVersion=1.7.10
14+
kotlinxCoroutinesVersion=1.6.4

src/main/kotlin/com/lambda/client/LambdaMod.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class LambdaMod {
2929
const val ID = "lambda"
3030
const val DIRECTORY = "lambda"
3131

32-
const val VERSION = "3.1"
32+
const val VERSION = "3.2"
3333

3434
const val APP_ID = 835368493150502923 // DiscordIPC
3535
const val DEPENDENCIES = "required-after:forge@[14.23.5.2860,);"

0 commit comments

Comments
 (0)