Skip to content

Commit

Permalink
Update manifests to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SinclaM committed Jun 8, 2022
1 parent e4cfd98 commit 276a674
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "desmos-unlocked",
"version": "1.0.1",
"version": "1.0.2",
"description": "Browser extension for better user control of the Desmos graphing calculator configuration ",
"main": "background.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/chrome_manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Desmos Unlocked",
"version": "1.0.1",
"version": "1.0.2",
"description": "Browser extension for better user control of the Desmos graphing calculator configuration",
"permissions": ["declarativeContent", "activeTab", "storage"],
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion public/edge_manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Desmos Unlocked",
"version": "1.0.1",
"version": "1.0.2",
"description": "Browser extension for better user control of the Desmos graphing calculator configuration",
"permissions": ["declarativeContent", "activeTab", "storage"],
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion public/firefox_manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Desmos Unlocked",
"version": "1.0.1",
"version": "1.0.2",
"description": "Browser extension for better user control of the Desmos graphing calculator configuration",
"permissions": ["activeTab", "storage"],
"manifest_version": 2,
Expand Down

0 comments on commit 276a674

Please sign in to comment.