From c7fa540db3244fc24126b8e1acfd147be4486eef Mon Sep 17 00:00:00 2001 From: Priyank Parashar Date: Mon, 11 May 2020 04:13:04 +0400 Subject: [PATCH] Bumped version to 8.5.0 --- extension/manifest-chrome.json | 2 +- extension/manifest-edge.json | 2 +- extension/manifest-firefox.json | 2 +- extension/manifest-opera.json | 2 +- extension/manifest.json | 2 +- live-css/default.live-css.config.js | 2 +- live-css/package-lock.json | 2 +- live-css/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/extension/manifest-chrome.json b/extension/manifest-chrome.json index b166c796..d5c27d5f 100644 --- a/extension/manifest-chrome.json +++ b/extension/manifest-chrome.json @@ -1,5 +1,5 @@ { - "version": "8.4.0", + "version": "8.5.0", "manifest_version": 2, "author": "Priyank Parashar", "default_locale": "en", diff --git a/extension/manifest-edge.json b/extension/manifest-edge.json index a7a6c27d..f1b22283 100644 --- a/extension/manifest-edge.json +++ b/extension/manifest-edge.json @@ -1,5 +1,5 @@ { - "version": "8.4.0.0", + "version": "8.5.0.0", "manifest_version": 2, "author": "Priyank Parashar", "default_locale": "en", diff --git a/extension/manifest-firefox.json b/extension/manifest-firefox.json index 36f0f77c..cc693543 100644 --- a/extension/manifest-firefox.json +++ b/extension/manifest-firefox.json @@ -1,5 +1,5 @@ { - "version": "8.4.0", + "version": "8.5.0", "manifest_version": 2, "author": "Priyank Parashar", "default_locale": "en", diff --git a/extension/manifest-opera.json b/extension/manifest-opera.json index b166c796..d5c27d5f 100644 --- a/extension/manifest-opera.json +++ b/extension/manifest-opera.json @@ -1,5 +1,5 @@ { - "version": "8.4.0", + "version": "8.5.0", "manifest_version": 2, "author": "Priyank Parashar", "default_locale": "en", diff --git a/extension/manifest.json b/extension/manifest.json index b166c796..d5c27d5f 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,5 +1,5 @@ { - "version": "8.4.0", + "version": "8.5.0", "manifest_version": 2, "author": "Priyank Parashar", "default_locale": "en", diff --git a/live-css/default.live-css.config.js b/live-css/default.live-css.config.js index 458e9ace..f5c5ace3 100644 --- a/live-css/default.live-css.config.js +++ b/live-css/default.live-css.config.js @@ -139,6 +139,6 @@ module.exports = { // Learn more about "module.exports" // false: Does not log the extra debugging related information - "version": "8.4.0" // This represents the version of the live-css server which was used for generating this configuration file + "version": "8.5.0" // This represents the version of the live-css server which was used for generating this configuration file // This may be helpful while debugging some issues and informing users about new features }; diff --git a/live-css/package-lock.json b/live-css/package-lock.json index 0284bcc6..0254a561 100644 --- a/live-css/package-lock.json +++ b/live-css/package-lock.json @@ -1,6 +1,6 @@ { "name": "@webextensions/live-css", - "version": "8.4.0", + "version": "8.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/live-css/package.json b/live-css/package.json index da534fc5..23adc535 100644 --- a/live-css/package.json +++ b/live-css/package.json @@ -1,6 +1,6 @@ { "name": "@webextensions/live-css", - "version": "8.4.0", + "version": "8.5.0", "description": "live-css is a Node JS based development server for use with the browser extension \"Live editor for CSS, Less & Sass - Magic CSS\" for Chrome/Edge/Firefox/Opera", "repository": "https://github.com/webextensions/live-css-editor.git", "homepage": "https://webextensions.org/", diff --git a/package-lock.json b/package-lock.json index 1002ff6e..fb6546cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magic-css", - "version": "8.4.0", + "version": "8.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 24e32bfa..32a4e8ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magic-css", - "version": "8.4.0", + "version": "8.5.0", "scripts": { "lint": "eslint .", "manifest-generator": "node ./extension/manifest-generator.js",