diff --git a/manifest.json b/manifest.json index 6795d57..f67a3c6 100644 --- a/manifest.json +++ b/manifest.json @@ -25,7 +25,7 @@ "manifest_version": 1, "name": "Macros", "short_name": "Macros", - "version": "0.1.11", + "version": "0.1.12", "web_accessible_resources": [ "static/*", "classes/*/client.js", diff --git a/package-lock.json b/package-lock.json index 86531b7..cfb065d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "macrozilla", - "version": "0.1.11", + "version": "0.1.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5f5ce35..99f5555 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "macrozilla", "display_name": "Macros", - "version": "0.1.11", + "version": "0.1.12", "description": "Use macros to create advanced rules", "author": "bewee", "main": "index.js",