From 2326f374e1b81958f485462d3c51b22a08838e6d Mon Sep 17 00:00:00 2001 From: sanlorng Date: Sun, 25 Feb 2024 21:22:55 +0800 Subject: [PATCH] Update the version string of gallery-processor --- gallery-processor/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery-processor/build.gradle.kts b/gallery-processor/build.gradle.kts index 0e0342fb..8212d3de 100644 --- a/gallery-processor/build.gradle.kts +++ b/gallery-processor/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = BuildConfig.group -version = "gallery-processor" +version = BuildConfig.libraryVersion kotlin { jvm()