diff --git a/README.md b/README.md index 31476ebf..baf5d1ff 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ To run `markdownlint-cli` as part of a [pre-commit][pre-commit] workflow, add so ```yaml - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.32.0 + rev: v0.32.1 hooks: - id: markdownlint ``` diff --git a/package-lock.json b/package-lock.json index 77b915a0..4a9a2b09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdownlint-cli", - "version": "0.32.0", + "version": "0.32.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdownlint-cli", - "version": "0.32.0", + "version": "0.32.1", "license": "MIT", "dependencies": { "commander": "~9.4.0", diff --git a/package.json b/package.json index 00f68a23..6bd46800 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint-cli", - "version": "0.32.0", + "version": "0.32.1", "description": "MarkdownLint Command Line Interface", "main": "markdownlint.js", "bin": {