From 27a00289699c6dfc4ae093a9a248a77fe867de4f Mon Sep 17 00:00:00 2001 From: Jack Reed Date: Mon, 26 Sep 2016 17:51:46 -0400 Subject: [PATCH] bump to v0.3.2 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 1c33bec..f092582 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "David Rumsey Map Collection - MapTab", "description": "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection", "short_name": "DRMC - MapTab", - "version": "0.3.1", + "version": "0.3.2", "incognito": "split", "offline_enabled": true, "chrome_url_overrides": { diff --git a/package.json b/package.json index daea902..d4f95dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "david-rumsey-map-collection-maptab", - "version": "0.3.1", + "version": "0.3.2", "description": "A tab Chrome extension for displaying random maps from the David Rumsey Map Collection", "main": "index.js", "scripts": {