Skip to content

Commit

Permalink
UPDATE: Bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeliz committed Jan 23, 2021
1 parent f9497e9 commit 70d5c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meetstory",
"version": "1.0.0",
"version": "0.2.0",
"private": "true",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"content_security_policy": "default-src https://accounts.google.com/ https://translation.googleapis.com/ https://www.googleapis.com/ https://apis.google.com/; script-src 'self' https://apis.google.com/ https://translation.googleapis.com/ 'unsafe-eval'; connect-src https://www.googleapis.com/ https://translation.googleapis.com/ 'self'; img-src * 'self' data:; style-src 'self' 'unsafe-inline';base-uri 'self';form-action 'self'",
"name": "Meetstory",
"description": "Tool for saving google meets chat history",
"version": "0.1.0",
"version": "0.2.0",
"browser_action": {
"default_title": "Meetstory",
"default_popup": "pages/popup.html"
Expand Down

0 comments on commit 70d5c52

Please sign in to comment.