From 598e978a2df03b5fccee50adc2599a64f0bc1b99 Mon Sep 17 00:00:00 2001 From: Joshua Byrd Date: Sun, 16 Aug 2020 20:44:11 +1000 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 72aa8d4..bf6e1da 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "ABC Stumble", "short_name": "ABC Stumble", - "version": "1.0.9", + "version": "1.1.0", "description": "Loads latest ABC News", diff --git a/package.json b/package.json index 107679d..01c72b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abc-stumble", - "version": "1.0.9", + "version": "1.1.0", "description": "Stumble the ABC", "main": "dist/background.js", "scripts": {