From eeeb16f538609b45d1bb20118ecfe54e8074ab63 Mon Sep 17 00:00:00 2001 From: Philip Lawrence Date: Sat, 2 Dec 2023 12:11:17 -0700 Subject: [PATCH] v1.23.0 --- Gruntfile.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 34ea316..ed1f765 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -14,7 +14,7 @@ module.exports = function (grunt) { }, "production": { "name": "Omnibug", - "version": "1.22.0", + "version": "1.23.0", "storageKey": "omnibug", "feedbackUrl": "https://github.com/MisterPhilip/omnibug/issues", "analyticsID": "UA-114343677-2" diff --git a/package.json b/package.json index af651c7..f2c59a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omnibug", - "version": "1.22.0", + "version": "1.23.0", "description": "Omnibug Extension", "main": "Gruntfile.js", "scripts": {