From 83b502e09419ef6ddc4d43e9eb8b20275d56acf2 Mon Sep 17 00:00:00 2001 From: Constructor Date: Tue, 8 Aug 2023 21:13:48 +0200 Subject: [PATCH] Update 3.3.0 -> 3.4.0 --- README.md | 6 +++--- gradle.properties | 2 +- src/main/kotlin/com/lambda/client/LambdaMod.kt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 34cca6113..b142d59ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- + logo

![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! Find our plugins [here](https://github.com/lambda-plugins).

- lambda-3.3.0.jar + lambda-3.4.0.jar

@@ -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 diff --git a/gradle.properties b/gradle.properties index ca4eaacd4..0aefde4ab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/kotlin/com/lambda/client/LambdaMod.kt b/src/main/kotlin/com/lambda/client/LambdaMod.kt index 7808baff7..03eed8993 100644 --- a/src/main/kotlin/com/lambda/client/LambdaMod.kt +++ b/src/main/kotlin/com/lambda/client/LambdaMod.kt @@ -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,);"