From c1476335102db61218ddedf218663f7ec91e39ec Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Tue, 1 Jun 2021 17:34:47 +0200 Subject: [PATCH] Bump to 0.4.1 --- README.md | 2 +- galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 716c832..e0eb748 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Create a `requirements.yml` with the following content: collections: - name: https://noa.mornie.org/eriol/ansible-collection-kit type: git - version: 0.4.0 + version: 0.4.1 ``` and then, using ansible >= 2.10, run: diff --git a/galaxy.yml b/galaxy.yml index 5ed4940..8abd949 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: eriol name: kit -version: 0.4.0 +version: 0.4.1 readme: README.md authors: - Daniele Tricoli