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": {