From 1007eeb8755601a813e3557faa60fa81e2343743 Mon Sep 17 00:00:00 2001 From: Michael Fedora Date: Wed, 9 Jan 2019 11:35:29 -0500 Subject: [PATCH] bump version --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",