From 6032d5d30b4a69b5381cf609b06d965987af344b Mon Sep 17 00:00:00 2001 From: sp1thas Date: Sun, 17 Jan 2021 02:03:44 +0200 Subject: [PATCH] new version --- VERSION.txt | 1 - dropboxignore.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 VERSION.txt diff --git a/VERSION.txt b/VERSION.txt deleted file mode 100644 index f2d1506..0000000 --- a/VERSION.txt +++ /dev/null @@ -1 +0,0 @@ -v0.1.3-beta \ No newline at end of file diff --git a/dropboxignore.sh b/dropboxignore.sh index 9b8459d..2fc03fc 100755 --- a/dropboxignore.sh +++ b/dropboxignore.sh @@ -6,7 +6,7 @@ IFS=' ' set -f -VERSION="v0.1.3-beta" +VERSION="v0.1.4-beta" DROPBOX_IGNORE_FILE_NAME=".dropboxignore" GIT_IGNORE_FILE_NAME=".gitignore" machine="$(uname -s)"