From 5ec78a5b43cb5ef9b716d2fedbf9138f5a07ecf1 Mon Sep 17 00:00:00 2001 From: Christopher De Cairos Date: Thu, 3 Aug 2017 21:51:53 -0400 Subject: [PATCH] bump version --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 115b04b..c1fa379 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Tab Sweeper", - "version": "0.2.0", + "version": "0.2.1", "description": "Tidy up your tabs with a click", "homepage_url": "https://github.com/cadecairos/TabSweeper", "permissions": [ diff --git a/package.json b/package.json index 845717b..528a139 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabsweeper", - "version": "0.2.0", + "version": "0.2.1", "description": "A Firefox Web Extension for tidying up tabs without losing them", "scripts": { "watch": "npm-run-all -p watch:webpack start:firefox",