diff --git a/manifest.json b/manifest.json index 23a9180..ec786d2 100644 --- a/manifest.json +++ b/manifest.json @@ -25,7 +25,7 @@ "manifest_version": 1, "name": "Macros", "short_name": "Macros", - "version": "0.1.6", + "version": "0.1.7", "web_accessible_resources": [ "static/*", "classes/*/client.js", diff --git a/package-lock.json b/package-lock.json index 5256f7d..6779a1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "macrozilla", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 861b8b9..14f8527 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "macrozilla", "display_name": "Macros", - "version": "0.1.6", + "version": "0.1.7", "description": "Use macros to create advanced rules", "author": "Galveston01", "main": "index.js",