Skip to content

Commit 4242da2

Browse files
authoredAug 7, 2022
Next minor release 3.2 -> 3.2.1 (#359)
1 parent 355766f commit 4242da2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎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.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>
19+
<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>
2020
</p>
2121

2222
## Installation

‎gradle.properties

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

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

88
minecraftVersion=1.12.2
99
forgeVersion=14.23.5.2860

‎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.2"
32+
const val VERSION = "3.2.1"
3333

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

0 commit comments

Comments
 (0)
Please sign in to comment.