From f6d552d95e50e1a4fee5e0c008a3386639d28d3c Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 1 Oct 2020 10:11:19 +0300 Subject: [PATCH] Update galaxy.yml for the next expected release version, update README (#42) --- README.md | 2 +- galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 594f00c..16adf12 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.1 + version: 1.0.2 ``` 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 e3149e0..3e90233 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 1.0.2 +version: 1.0.3 readme: README.md authors: - MySQL Working Group (https://github.com/ansible-collections/community.mysql/wiki/MySQL-Working-Group)