Skip to content

Commit

Permalink
add tiny build script, up the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
imightbeamy committed Feb 18, 2018
1 parent c824611 commit c5e39f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
find . -path '*/.*' -prune -o -type f -print | zip ./gcal-multical-event-merge.zip -@
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
Expand Down

0 comments on commit c5e39f4

Please sign in to comment.