From a37a5f72622b46b7c6af5ee7668b45b14137eadc Mon Sep 17 00:00:00 2001 From: Joshua Byrd Date: Thu, 16 May 2019 15:13:45 +1000 Subject: [PATCH] 1.0.4 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 656c9ea..9bdef90 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ABC Stumble", - "version": "1.0.3", + "version": "1.0.4", "description": "Loads latest ABC News", diff --git a/package.json b/package.json index 40423ae..451d984 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abc-stumble", - "version": "1.0.3", + "version": "1.0.4", "description": "Stumble the ABC", "main": "dist/background.js", "scripts": {