From 8b30519f06e3e4e95da06cea8e615b5ba162e6bf Mon Sep 17 00:00:00 2001 From: Philip Lawrence Date: Sun, 8 Oct 2023 13:02:50 -0700 Subject: [PATCH] v1.22.0 --- Gruntfile.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 337bac6..34ea316 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -14,7 +14,7 @@ module.exports = function (grunt) { }, "production": { "name": "Omnibug", - "version": "1.21.1", + "version": "1.22.0", "storageKey": "omnibug", "feedbackUrl": "https://github.com/MisterPhilip/omnibug/issues", "analyticsID": "UA-114343677-2" diff --git a/package.json b/package.json index ee0db16..af651c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omnibug", - "version": "1.21.1", + "version": "1.22.0", "description": "Omnibug Extension", "main": "Gruntfile.js", "scripts": {