Skip to content

Commit 2f4ba03

Browse files
committed
Increment release version 0.0.2 -> 0.2.0
1 parent 8a1ea79 commit 2f4ba03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Lambda is a free, open-source Minecraft Fabric utility mod focused on advanced automation to execute complex, repeatable tasks with minimal micromanagement. This is a complete, ground-up rewrite of the original client that you can find here: [Lambda Legacy](https://github.com/lambda-client/lambda-legacy).
1616

1717
<p align="center">
18-
<a href="https://github.com/lambda-client/lambda/releases/download/0.0.2%2B1.21.5/lambda-0.0.2+1.21.5.jar"><img alt="lambda-0.0.1+1.21.5.jar" src="https://raw.githubusercontent.com/lambda-client/assets/refs/heads/main/download_button_0.0.2.png" width="70%" height="70%"></a>
18+
<a href="https://github.com/lambda-client/lambda/releases/download/0.1.0%2B1.21.11/lambda-0.1.0+1.21.11.jar"><img alt="Click Here to download the latest Lambda release" src="https://raw.githubusercontent.com/lambda-client/assets/refs/heads/main/download.svg" width="70%" height="70%"></a>
1919
</p>
2020

2121
<p align="center">
@@ -56,9 +56,9 @@ Find our backup matrix space at [\#lambda-client:matrix.org](https://app.element
5656

5757
## Installation
5858
<a href="https://fabricmc.net/wiki/install"><img src="https://cdn.jonasjones.dev/mod-badges/support-fabric.png" width="150px" alt="Fabric Supported"></a>
59-
1. Install the Minecraft version corresponding to the mod release(download)](https://www.minecraft.net/)
59+
1. Install the Minecraft version corresponding to the mod release [(download)](https://www.minecraft.net/)
6060
2. Install Fabric [(download)](https://fabricmc.net/use/installer/)
61-
3. Get the latest Lambda version here [(download)](https://github.com/lambda-client/lambda/releases/download/0.0.2%2B1.21.5/lambda-0.0.2+1.21.5.jar)
61+
3. Get the latest Lambda version here [(download)](https://github.com/lambda-client/lambda/releases/download/0.1.0%2B1.21.11/lambda-0.1.0+1.21.11.jar)
6262
4. Get the corresponding [Baritone](https://github.com/cabaletta/baritone/releases) api fabric build
6363
5. Get [Kotlin For Fabric](https://modrinth.com/mod/fabric-language-kotlin)
6464
6. Get the latest [Fabric API](https://modrinth.com/mod/fabric-api/) release

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Lambda https://github.com/lambda-client/lambda
1919
modId=lambda
2020
modName=Lambda
21-
modVersion=0.0.2
21+
modVersion=0.1.0
2222
modDescription=Minecraft utility mod for automation
2323
modIcon=assets/lambda/textures/lambda.png
2424
mavenGroup=com.lambda

0 commit comments

Comments
 (0)