Skip to content

Next minor release 3.2 -> 3.2.1 #359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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>
<a href="https://github.com/lambda-client/lambda/releases/download/3.2/lambda-3.2.1.jar"><img alt="lambda-3.2.1.jar" src="https://raw.githubusercontent.com/lambda-client/assets/main/download_button_3.2.1.png" width="70%" height="70%"></a>
</p>

## Installation
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.caching=true
org.gradle.parallel=true

modGroup=com.lambda
modVersion=3.2
modVersion=3.2.1

minecraftVersion=1.12.2
forgeVersion=14.23.5.2860
Expand Down
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.2"
const val VERSION = "3.2.1"

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