From c5e39f4e3a6b215eca08b563f9f135358f2cb5f9 Mon Sep 17 00:00:00 2001 From: Amy Ciavolino Date: Sun, 18 Feb 2018 08:57:01 -0500 Subject: [PATCH] add tiny build script, up the version number --- build | 1 + manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100755 build diff --git a/build b/build new file mode 100755 index 0000000..a6ace71 --- /dev/null +++ b/build @@ -0,0 +1 @@ +find . -path '*/.*' -prune -o -type f -print | zip ./gcal-multical-event-merge.zip -@ diff --git a/manifest.json b/manifest.json index 7bed467..a84baa4 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", - "version": "2.1.0", + "version": "2.1.1", "content_scripts":[{ "matches": [ "https://www.google.com/calendar/*",