From e4be81e260ac6b21ea3e4b12f81abaf65c63cdbf Mon Sep 17 00:00:00 2001 From: Tom Browder Date: Mon, 23 Oct 2023 14:17:27 -0500 Subject: [PATCH] 0.11.0 --- Changes | 2 ++ META6.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index bd4385f..9c35a20 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Mi6-Helper {{$NEXT}} + +0.11.0 2023-10-23T14:14:48-05:00 - Corrected handling of .github/workflow files by copying them to the resources directory so they are accessible to the %?RESOURCES hash. diff --git a/META6.json b/META6.json index 83be6f2..e5c1b23 100644 --- a/META6.json +++ b/META6.json @@ -32,5 +32,5 @@ "File::Directory::Tree", "File::Temp" ], - "version": "0.10.1" + "version": "0.11.0" }