From d621adb72411b1ac41f87be2a381155dc791effd Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Fri, 12 Oct 2018 00:51:15 -0700 Subject: [PATCH] Bump version numbers for 1.8.7 --- README.md | 20 ++++++++++---------- package-lock.json | 2 +- package.json | 2 +- python/jsbeautifier/__version__.py | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d7e0707f..5ef40458 100644 --- a/README.md +++ b/README.md @@ -62,17 +62,17 @@ JS Beautifier is hosted on two CDN services: [cdnjs](https://cdnjs.com/libraries To pull the latest version from one of these services include one set of the script tags below in your document: ```html - - - + + + - - - + + + - - - + + + ``` Older versions are available by changing the version number. @@ -376,4 +376,4 @@ Thanks also to Jason Diamond, Patrick Hof, Nochum Sossonko, Andreas Schneider, D Vasilevsky, Vital Batmanov, Ron Baldwin, Gabriel Harrison, Chris J. Shull, Mathias Bynens, Vittorio Gambaletta and others. -(README.md: js-beautify@1.8.6) +(README.md: js-beautify@1.8.7) diff --git a/package-lock.json b/package-lock.json index 7d4df65a..2e80cacf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "js-beautify", - "version": "1.8.6", + "version": "1.8.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a72ecf8a..d31eb87f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-beautify", - "version": "1.8.6", + "version": "1.8.7", "description": "beautifier.io for node", "main": "js/index.js", "bin": { diff --git a/python/jsbeautifier/__version__.py b/python/jsbeautifier/__version__.py index 871921a5..655be529 100644 --- a/python/jsbeautifier/__version__.py +++ b/python/jsbeautifier/__version__.py @@ -1 +1 @@ -__version__ = '1.8.6' +__version__ = '1.8.7'