From 4ed577373ecb576d7b5078a7d606a04573a69084 Mon Sep 17 00:00:00 2001 From: Benedikt Weber Date: Thu, 1 Oct 2020 00:23:27 +0200 Subject: [PATCH] Release 0.1.5 --- manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",