diff --git a/README.md b/README.md index 7ccf514..594f00c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible --- collections: - name: community.mysql - version: 1.0.0 + version: 1.0.1 ``` See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details. diff --git a/galaxy.yml b/galaxy.yml index ff3f920..e3149e0 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 1.0.1 +version: 1.0.2 readme: README.md authors: - MySQL Working Group (https://github.com/ansible-collections/community.mysql/wiki/MySQL-Working-Group)