aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author ftbsc <dev@fantabos.co>2023-02-27 17:24:26 +0100
committer ftbsc <dev@fantabos.co>2023-02-27 17:24:26 +0100
commit5fd4058d42da179ac086940723f56121b7c2791c (patch)
tree3e0994f75cd09791330cbef9fd8903fff4c75ddf
parentdd3a992463e41e80257eacf75dae98294201d362 (diff)
updated lillero
-rw-r--r--README.md8
-rw-r--r--build.gradle2
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 123dd41..dd6fc47 100644
--- a/README.md
+++ b/README.md
@@ -34,12 +34,12 @@ Go to the version folder corresponding to the instance you want to install this
{
"downloads": {
"artifact": {
- "sha1": "cc97bee1d4fb382656c2cb85614bbabe8495a74d",
- "size": 16291,
- "url": "https://maven.fantabos.co/ftbsc/lll/0.2.1/lll-0.2.1.jar"
+ "sha1": "6c47486b1045652bbbf9d684e971441106a70c3b",
+ "size": 16951,
+ "url": "https://maven.fantabos.co/ftbsc/lll/0.2.2/lll-0.2.2.jar"
}
},
- "name": "ftbsc:lll:0.2.1"
+ "name": "ftbsc:lll:0.2.2"
},
{
"downloads": {
diff --git a/build.gradle b/build.gradle
index b19d2d1..9dad5be 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,7 +16,7 @@ dependencies {
implementation 'org.apache.logging.log4j:log4j-core:2.15.0'
implementation 'org.ow2.asm:asm-commons:9.4'
implementation 'cpw.mods:modlauncher:8.1.3'
- implementation 'ftbsc:lll:0.2.0'
+ implementation 'ftbsc:lll:0.2.2'
}
// jar {