Skip to content

Commit

Permalink
Release Lambda 3.2 (#351)
Browse files Browse the repository at this point in the history
* Next major release 3.1 -> 3.2

* Update Kotlin 1.7.0 -> 1.7.10 and KotlinX coroutines 1.6.2 -> 1.6.4
  • Loading branch information
Avanatiker authored Aug 1, 2022
1 parent c359e55 commit d5fd3fb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Customize your experience, and improve your efficiency!
Find our plugins [here](https://github.com/lambda-plugins).

<p align="center">
<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>
<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>
</p>

## Installation
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/main/kotlin/com/lambda/client/LambdaMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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,);"
Expand Down

0 comments on commit d5fd3fb

Please sign in to comment.