diff --git a/manifest.json b/manifest.json index a0a8afd..86e51af 100644 --- a/manifest.json +++ b/manifest.json @@ -25,7 +25,7 @@ "manifest_version": 1, "name": "Macros", "short_name": "Macros", - "version": "0.1.4", + "version": "0.1.5", "web_accessible_resources": [ "static/*", "classes/*/client.js", diff --git a/package-lock.json b/package-lock.json index 36bb058..8a52e41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "macrozilla", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b6e928f..8890a27 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "macrozilla", "display_name": "Macros", - "version": "0.1.4", + "version": "0.1.5", "description": "Use macros to create advanced rules", "author": "Galveston01", "main": "index.js",