From 1209fb313fb727c1d958779c54eede9853064a8a Mon Sep 17 00:00:00 2001 From: HappyAreaBean Date: Wed, 1 May 2024 08:20:10 +0800 Subject: [PATCH 1/2] build(deps): bump com.github.Revxrsal.Lamp to 3.2.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3a9c149..89ef65b 100644 --- a/build.gradle +++ b/build.gradle @@ -84,8 +84,8 @@ dependencies { implementation 'cc.happyareabean.spiget-update:bukkit:1.4.7-SNAPSHOT' implementation "com.squareup.okhttp3:okhttp:4.10.0" - implementation 'com.github.Revxrsal.Lamp:bukkit:3.1.8' - implementation 'com.github.Revxrsal.Lamp:common:3.1.8' + implementation 'com.github.Revxrsal.Lamp:bukkit:3.2.1' + implementation 'com.github.Revxrsal.Lamp:common:3.2.1' implementation("de.exlll:configlib-core:2.3.0") From 042532f20c81c305a11f603ddf038f897c24b2a6 Mon Sep 17 00:00:00 2001 From: HappyAreaBean Date: Wed, 1 May 2024 08:23:20 +0800 Subject: [PATCH 2/2] release: 1.1.6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 89ef65b..def502c 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } group 'cc.happyareabean' -version '1.1.6-SNAPSHOT' +version '1.1.6' def gitCommit = indraGit.commit().abbreviate(7).name() def fullVersion = "${project.version}-${gitCommit}"