From cfe9a919d475f63b26a33ed911a7ba36454aba96 Mon Sep 17 00:00:00 2001 From: motionman Date: Tue, 2 Aug 2022 10:05:34 +0300 Subject: [PATCH] chore: bumb lib version --- filestack/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filestack/build.gradle b/filestack/build.gradle index 4a25a5d..83471ef 100644 --- a/filestack/build.gradle +++ b/filestack/build.gradle @@ -75,7 +75,7 @@ afterEvaluate { groupId = 'com.github.boykod' artifactId = 'smartsuite-filestack' - version = '0.1.4' + version = '0.1.5' } } }