Skip to content

Commit

Permalink
build: bump ansible-stow version
Browse files Browse the repository at this point in the history
  • Loading branch information
upsetbit committed Jul 15, 2024
1 parent 5b02eba commit eb17b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "CC0-1.0"
Expand Down

0 comments on commit eb17b44

Please sign in to comment.