Skip to content

Commit

Permalink
Update 3.3.0 -> 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Avanatiker committed Aug 8, 2023
1 parent fe3c6b1 commit 83b502e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://raw.githubusercontent.com/lambda-client/assets/main/lambda%20logo%20text.svg" style="width: 69%">
<img src="https://raw.githubusercontent.com/lambda-client/assets/main/lambda%20logo%20text.svg" style="width: 69%" alt="logo">
</p>

![GitHub all releases](https://img.shields.io/github/downloads/lambda-client/lambda/total?color=seagreen)
Expand All @@ -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.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>
<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>
</p>

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

## FAQ
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.3.0
modVersion=3.4.0

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.3.0"
const val VERSION = "3.4.0"

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

0 comments on commit 83b502e

Please sign in to comment.