From 5e0f25cb31b4fe4ca874e16e17dac1c8808cbf6a Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 15 Apr 2024 13:06:17 +0200 Subject: [PATCH] Prepare v1.1.1 release --- README.md | 4 ++-- galaxy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5eba184..8a8d72c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ And it is possible to delete users too. ## Using this Collection You can install the collection using ansible-galaxy by running: ```bash -ansible-galaxy collection install l3d.users:1.1.0 +ansible-galaxy collection install l3d.users:1.1.1 ``` Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter: @@ -45,7 +45,7 @@ You can also list a collection in ``requirements.yml``: --- collections: - name: l3d.users - version: ">=1.1.0" + version: ">=1.1.1" ``` Global Variables: diff --git a/galaxy.yml b/galaxy.yml index a335e30..d053c1b 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: l3d name: users # The version of the collection. Must be compatible with semantic versioning -version: 1.1.0 +version: 1.1.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md