From 276a674d140681b442ca8900244cda91412f2112 Mon Sep 17 00:00:00 2001 From: SinclaM Date: Wed, 8 Jun 2022 11:19:55 -0500 Subject: [PATCH] Update manifests to v1.0.2 --- package.json | 2 +- public/chrome_manifest.json | 2 +- public/edge_manifest.json | 2 +- public/firefox_manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 73c0962..d2ea50c 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/public/chrome_manifest.json b/public/chrome_manifest.json index 470b699..fd426c3 100644 --- a/public/chrome_manifest.json +++ b/public/chrome_manifest.json @@ -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, diff --git a/public/edge_manifest.json b/public/edge_manifest.json index 2dc2307..93458b8 100644 --- a/public/edge_manifest.json +++ b/public/edge_manifest.json @@ -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, diff --git a/public/firefox_manifest.json b/public/firefox_manifest.json index 5b6fe09..ed4926a 100644 --- a/public/firefox_manifest.json +++ b/public/firefox_manifest.json @@ -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,