From 0810cd00c66a966b211503c9f55f2a215f213f30 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 17 Aug 2020 22:29:05 +0300 Subject: [PATCH] Update next expected release version in galaxy.yml and actualize (#19) README.md --- README.md | 2 +- galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8bb8db..a480f42 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: v0.1.0 + version: v1.0.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 0b8519e..ff3f920 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: mysql -version: 1.0.0 +version: 1.0.1 readme: README.md authors: - MySQL Working Group (https://github.com/ansible-collections/community.mysql/wiki/MySQL-Working-Group)