From ea0815e66350163d44a08886ba95695deabda809 Mon Sep 17 00:00:00 2001 From: Felix Ostrowski Date: Fri, 13 Mar 2020 17:02:38 +0100 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 8864222..468f4c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skohub-extension", - "version": "0.0.3", + "version": "0.0.4", "description": "", "main": "index.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index b6a88e5..6a72370 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionName__", - "version": "0.0.3", + "version": "0.0.4", "default_locale": "en", "description": "__MSG_extensionDescription__",