From 0113ded49bb76af08e3b1f37bdbb1cae2d78a55e Mon Sep 17 00:00:00 2001 From: Akhilesh Thite Date: Tue, 15 Mar 2022 17:40:29 +0530 Subject: [PATCH] update manifest version --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index ba3a1da..fc18fba 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "DScan: Decentralized QR code generator", "description": "DScan is a chrome extension that uploads the content to IPFS and generates decentralized QR codes.", - "version": "2.0", + "version": "2.1", "action": { "default_popup": "popup.html", "default_icon": "./logo.png"