From 2fdeef02805cd9d0c96199f3b468771cb2626228 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 29 May 2025 17:18:13 +1000 Subject: [PATCH] chore(Scout): 1.0.1 --- plugins/Scout/build.gradle.kts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/Scout/build.gradle.kts b/plugins/Scout/build.gradle.kts index acfbcff..c9b9a11 100644 --- a/plugins/Scout/build.gradle.kts +++ b/plugins/Scout/build.gradle.kts @@ -1,10 +1,14 @@ -version = "1.0.0" +version = "1.0.1" description = "Backported and improved search functionality" aliucord { // Changelog of your plugin changelog.set(""" - 1.0.0 - Initial release >w< + # 1.0.1 + * Fix not being able to search more than one page with sort:old + + # 1.0.0 + * Initial release >w< """.trimIndent()) excludeFromUpdaterJson.set(false)