diff --git a/README.md b/README.md index ed7a581..58f4df0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Basic usage with all options enabled: ```yaml - name: markdownlint-cli - uses: nosborn/github-action-markdown-cli@v3.4.0 + uses: nosborn/github-action-markdown-cli@v3.5.0 with: files: . config_file: .markdownlint.yaml diff --git a/package.json b/package.json index 10dcfd6..0c722cd 100644 --- a/package.json +++ b/package.json @@ -4,5 +4,5 @@ }, "name": "github-action-markdown-cli", "private": true, - "version": "3.4.0" + "version": "3.5.0" }