diff --git a/package.json b/package.json index 27507ae..c5b6cb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-ext", - "version": "1.0.0", + "version": "2.1.0", "description": "Adds Blockstack support to a web broswer.", "main": "blockstack-background.js", "private": true, diff --git a/src/manifest.json b/src/manifest.json index da7cc09..31566b7 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "(Unofficial) Blockstack Extension", "short_name": "uBlockstack", - "version": "2.0", + "version": "2.1", "author": "Michael Fedora", "homepage_url": "https://github.com/michaelfedora/unofficial-blockstack-extension",