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": {