From f0e9edaf31e126c88927ef414b649781f129b8a5 Mon Sep 17 00:00:00 2001 From: Peter Snyder Date: Sat, 28 Oct 2017 15:35:10 -0500 Subject: [PATCH] version bump: 0.9.5 --- add-on/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/add-on/manifest.json b/add-on/manifest.json index f7985ee..492a677 100644 --- a/add-on/manifest.json +++ b/add-on/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "WebAPI Manager", - "version": "0.9.4", + "version": "0.9.5", "description": "Improves browser security and privacy by controlling page access to the Web API.", "icons": { "48": "images/uic-48.png", diff --git a/package.json b/package.json index 85f0cfe..13649fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-api-manager", - "version": "0.9.4", + "version": "0.9.5", "description": "Tools to generate Web API managing browser extensions for Firefox and Chrome.", "author": "Peter Snyder (https://www.cs.uic.edu/~psnyder/)", "license": "GPL-3.0",