Skip to content

Commit

Permalink
Bump to 0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alan D. Tse <alandtse@gmail.com>
  • Loading branch information
alandtse committed Jul 7, 2019
1 parent a1ee405 commit f9acd82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"version": "0.2.0",
"version": "0.2.1",
"manifest_version": 2,
"default_locale": "en",
"icons": {
Expand All @@ -22,5 +22,10 @@
"page": "pages/options.html",
"open_in_tab": false
},
"permissions": ["storage", "unlimitedStorage", "activeTab", "*://spdx.org/*"]
"permissions": [
"storage",
"unlimitedStorage",
"activeTab",
"*://spdx.org/*"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spdx-license-diff",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"description": "Diff selected text against SPDX licenses",
"scripts": {
"dev": "webextension-toolbox dev",
Expand Down

0 comments on commit f9acd82

Please # to comment.