diff --git a/README.md b/README.md index 2e49658..613d018 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Download the module and move it into your global Ansible library or into the library directory alongside your top-level playbook. E.g.: ```sh -$ wget https://raw.githubusercontent.com/caian-org/ansible-stow/v1.1.3/stow +$ wget https://raw.githubusercontent.com/caian-org/ansible-stow/v1.2.0/stow $ (sudo) mv stow /usr/share/ansible ``` diff --git a/pyproject.toml b/pyproject.toml index 0a4897d..5e782c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ansible-stow" -version = "1.1.3" +version = "1.2.0" description = "Ansible module that interacts with GNU Stow packages" authors = ["Caian Ertl "] license = "CC0-1.0"