Skip to content

Commit

Permalink
Bumped version to 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paras20xx committed May 11, 2020
1 parent 1641c84 commit c7fa540
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
@@ -1,5 +1,5 @@
{
"version": "8.4.0",
"version": "8.5.0",
"manifest_version": 2,
"author": "Priyank Parashar",
"default_locale": "en",
Expand Down
2 changes: 1 addition & 1 deletion live-css/default.live-css.config.js
Expand Up @@ -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
};
2 changes: 1 addition & 1 deletion live-css/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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/",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit c7fa540

Please sign in to comment.