Skip to content

Commit 0e533d3

Browse files
committed
Bump version 0.0.2
1 parent 610b551 commit 0e533d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
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).
1515

1616
<p align="center">
17-
<a href="https://github.com/lambda-client/lambda/releases/download/0.0.1%2B1.21.5/lambda-0.0.1+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.1.png" width="70%" height="70%"></a>
17+
<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>
1818
</p>
1919

2020
<p align="center">
@@ -57,7 +57,7 @@ Find our backup matrix space at [\#lambda-client:matrix.org](https://app.element
5757
<a href="https://fabricmc.net/wiki/install"><img src="https://cdn.jonasjones.dev/mod-badges/support-fabric.png" width="150px" alt="Fabric Supported"></a>
5858
1. Install Minecraft 1.21.5 [(download)](https://www.minecraft.net/)
5959
2. Install Fabric [(download)](https://fabricmc.net/use/installer/)
60-
3. Get the latest Lambda version here [(download)](https://github.com/lambda-client/lambda/releases/download/0.0.1%2B1.21.5/lambda-0.0.1+1.21.5.jar)
60+
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)
6161
4. Put the file in your `.minecraft/mods` folder
6262

6363
## Getting Started

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.1
21+
modVersion=0.0.2
2222
modDescription=Minecraft utility mod for automation
2323
modIcon=assets/lambda/lambda.png
2424
mavenGroup=com.lambda

0 commit comments

Comments
 (0)