From ac326a15a3c41ebcb872137714e554aeb3fb4f68 Mon Sep 17 00:00:00 2001 From: sp1thas Date: Thu, 1 Sep 2022 09:36:48 +0300 Subject: [PATCH] increase version number --- bin/dropboxignore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dropboxignore.sh b/bin/dropboxignore.sh index 3d6848b..45363b5 100755 --- a/bin/dropboxignore.sh +++ b/bin/dropboxignore.sh @@ -6,7 +6,7 @@ IFS=' ' set -f -VERSION=v1.1.0 +VERSION=v1.1.1 DROPBOX_IGNORE_FILE_NAME=".dropboxignore" GIT_IGNORE_FILE_NAME=".gitignore" MACHINE="$(uname -s)"