From eb17b44ee07b2b969b3b9557bf52a02b137c181e Mon Sep 17 00:00:00 2001 From: Caian Ertl Date: Mon, 15 Jul 2024 00:36:32 -0300 Subject: [PATCH] build: bump `ansible-stow` version --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"