From 0dfd63a4cb7a634dc09ce300ee85d1a9b05ffafb Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 14 Oct 2020 09:18:06 +0300 Subject: [PATCH] Update README.md and galaxy.yml (#48) --- README.md | 2 +- galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16adf12..e521c97 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.2 + version: 1.1.0 ``` 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 a3e606a..aa5356a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 1.1.0 +version: 1.1.1 readme: README.md authors: - MySQL Working Group (https://github.com/ansible-collections/community.mysql/wiki/MySQL-Working-Group)