diff --git a/README.md b/README.md index fc9ba586a..fb4f46fbd 100644 --- a/README.md +++ b/README.md @@ -61,17 +61,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. @@ -404,4 +404,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.13.11) +(README.md: js-beautify@1.13.12) diff --git a/package-lock.json b/package-lock.json index c69af7b4b..899c63e0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "js-beautify", - "version": "1.13.11", + "version": "1.13.12", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.13.11", + "version": "1.13.12", "license": "MIT", "dependencies": { "config-chain": "^1.1.12", diff --git a/package.json b/package.json index 4956420db..2bf10a5ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-beautify", - "version": "1.13.11", + "version": "1.13.12", "description": "beautifier.io for node", "main": "js/index.js", "bin": { diff --git a/python/cssbeautifier/__version__.py b/python/cssbeautifier/__version__.py index 747e18507..70629681c 100644 --- a/python/cssbeautifier/__version__.py +++ b/python/cssbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.13.11" +__version__ = "1.13.12" diff --git a/python/jsbeautifier/__version__.py b/python/jsbeautifier/__version__.py index 747e18507..70629681c 100644 --- a/python/jsbeautifier/__version__.py +++ b/python/jsbeautifier/__version__.py @@ -1 +1 @@ -__version__ = "1.13.11" +__version__ = "1.13.12"