From 6a688003b066a0ba0573d1ef4050b74a44cc6bd4 Mon Sep 17 00:00:00 2001 From: Philip Lawrence Date: Sat, 7 Nov 2020 12:09:44 -0700 Subject: [PATCH] Prep 1.17.1 --- Gruntfile.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index b1d5a66..2cb0fff 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -14,7 +14,7 @@ module.exports = function (grunt) { }, "production": { "name": "Omnibug", - "version": "1.17.0", + "version": "1.17.1", "storageKey": "omnibug", "feedbackUrl": "https://github.com/MisterPhilip/omnibug/issues", "analyticsID": "UA-114343677-2" diff --git a/package.json b/package.json index 863e67d..225c38b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omnibug", - "version": "1.17.0", + "version": "1.17.1", "description": "Omnibug Extension", "main": "Gruntfile.js", "scripts": {