From 2cd08c6fec616a7cd963e8736a225ea25b226c11 Mon Sep 17 00:00:00 2001 From: TexTrue <65154269+TexBlock@users.noreply.github.com> Date: Sun, 21 Apr 2024 17:09:20 +0800 Subject: [PATCH] clean --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 173ed88..62cdd94 100644 --- a/README.md +++ b/README.md @@ -42,5 +42,5 @@ dependencies { And this to your `gradle.properties`: ```properties -obsidianui_version=0.2.3+1.20.4 +obsidianui_version=0.2.3+1.16.5 ``` diff --git a/build.gradle b/build.gradle index 87863ab..b6d5d5b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "architectury-plugin" version "3.4-SNAPSHOT" - id "dev.architectury.loom" version "1.4-SNAPSHOT" apply false + id "dev.architectury.loom" version "1.5-SNAPSHOT" apply false id "com.github.johnrengelman.shadow" version "8.+" apply false id "com.hypherionmc.modutils.modpublisher" version "2.0.+" apply false }