From d5ab6d96ca2d1897c336b796b6c15aaaf5ae2dee Mon Sep 17 00:00:00 2001 From: Vasyl Nahuliak <40458927+vasylnahuliak@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:23:07 +0300 Subject: [PATCH] chore: bump version 0.1.6-beta03 --- filestack/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filestack/build.gradle b/filestack/build.gradle index d0936e6..3b0bc4d 100644 --- a/filestack/build.gradle +++ b/filestack/build.gradle @@ -75,7 +75,7 @@ afterEvaluate { groupId = 'com.github.boykod' artifactId = 'smartsuite-filestack' - version = '0.1.6-beta02' + version = '0.1.6-beta03' } } }