Skip to content

Commit

Permalink
preparing v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuchard committed Aug 3, 2019
1 parent 6ec25b4 commit 188b912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@
Linter-Ansible-Linting aims to provide functional and robust Ansible-Lint linting functionality within Atom.

### Installation
Ansible-Lint >= 3.5.0 is required to be installed (preferably from a package or a pip) before using this. Ansible-Lint < 3.5 is unsupported. It should work, but it is not guaranteed. The Linter and Language-Ansible Atom packages are also required.
Ansible-Lint >= 3.5.0 is required to be installed (preferably from a package or a pip) before using this. Ansible-Lint < 3.5 is officially unsupported. It may work, but it is not guaranteed. The Linter and Language-Ansible Atom packages are also required.

### Usage
- This linter must be used on playbook files.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "linter-ansible-linting",
"main": "./lib/main.js",
"version": "1.4.1",
"version": "1.5.0",
"description": "Ansible linting via ansible-lint",
"repository": "https://github.com/mschuchard/linter-ansible-linting",
"license": "MIT",
Expand Down

0 comments on commit 188b912

Please sign in to comment.