Skip to content

Commit 83b502e

Browse files
committed
Update 3.3.0 -> 3.4.0
1 parent fe3c6b1 commit 83b502e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/lambda-client/assets/main/lambda%20logo%20text.svg" style="width: 69%">
2+
<img src="https://raw.githubusercontent.com/lambda-client/assets/main/lambda%20logo%20text.svg" style="width: 69%" alt="logo">
33
</p>
44

55
![GitHub all releases](https://img.shields.io/github/downloads/lambda-client/lambda/total?color=seagreen)
@@ -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.3.0/lambda-3.3.0.jar"><img alt="lambda-3.3.0.jar" src="https://raw.githubusercontent.com/lambda-client/assets/main/download_button_3.3.0.png" width="70%" height="70%"></a>
19+
<a href="https://github.com/lambda-client/lambda/releases/download/3.4.0/lambda-3.4.0.jar"><img alt="lambda-3.4.0.jar" src="https://raw.githubusercontent.com/lambda-client/assets/main/download_button_3.4.0.png" width="70%" height="70%"></a>
2020
</p>
2121

2222
<div align="center">
@@ -28,7 +28,7 @@ Find our matrix space at [#lambda-client:matrix.org](https://app.element.io/#/ro
2828
## Installation
2929
1. Install Minecraft 1.12.2
3030
2. Install the latest Forge for 1.12.2 [(download)](https://files.minecraftforge.net/net/minecraftforge/forge/index_1.12.2.html)
31-
3. Get the latest Lambda version here [(download)](https://github.com/lambda-client/lambda/releases/download/3.3.0/lambda-3.3.0.jar)
31+
3. Get the latest Lambda version here [(download)](https://github.com/lambda-client/lambda/releases/download/3.4.0/lambda-3.4.0.jar)
3232
4. Put the file in your `.minecraft/mods` folder
3333

3434
## FAQ

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.3.0
6+
modVersion=3.4.0
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.3.0"
32+
const val VERSION = "3.4.0"
3333

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

0 commit comments

Comments
 (0)