From 46eae83727393dfb53e87759c0970f5f74065eec Mon Sep 17 00:00:00 2001 From: Manjunath Beli Date: Sat, 6 Jul 2024 23:55:31 -0300 Subject: [PATCH] version 0.0.3 --- project.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project.json b/project.json index 24af295..a1692ff 100644 --- a/project.json +++ b/project.json @@ -1,13 +1,13 @@ { "ProjectName": "Mold", "Description": "Mold is a fast and powerful templating and cloning engine for PowerShell (and beyond!)", - "Version": "0.0.2", + "Version": "0.0.3", "Manifest": { "Author": "Manjunath Beli", "PowerShellHostVersion": "7.4", "GUID": "ac5bbfdb-fd2d-4c12-a178-15f1864c26e0", - "Tags": [], - "ProjecUri": "" + "Tags": ["plaster","template","templating","templater"], + "ProjecUri": "https://github.com/belibug/Mold" }, "Pester": { "TestResult": { @@ -18,4 +18,4 @@ "Verbosity": "Detailed" } } -} \ No newline at end of file +}