From 33f6e93e206998a83d77b838a0832af68072c793 Mon Sep 17 00:00:00 2001 From: Zhaopudark Date: Tue, 27 Feb 2024 15:05:33 +0800 Subject: [PATCH] prepare for v0.1.2 --- Module/PSComputerManagementZp.psm1 | 2 +- RELEASE.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Module/PSComputerManagementZp.psm1 b/Module/PSComputerManagementZp.psm1 index 9c44af5..8d96cf4 100644 --- a/Module/PSComputerManagementZp.psm1 +++ b/Module/PSComputerManagementZp.psm1 @@ -31,7 +31,7 @@ $ModuleInfo = @{ $ModuleSettings = @{ RootModule = "$($ModuleInfo.ModuleName).psm1" CompatiblePSEditions = @('Desktop', 'Core') - ModuleVersion = '0.1.1' + ModuleVersion = '0.1.2' Prerelease = '' Author = 'Pu Zhao' Description = 'A PowerShell module that derives from personal scenarios, can help users configure the Windows PCs easily to realize many useful operations, involving authorization, env, links, proxy, etc. Some features are also available on WSL2, Linux, and MacOS. See [PSComputerManagementZp](https://github.com/Zhaopudark/PSComputerManagementZp) for more details.' diff --git a/RELEASE.md b/RELEASE.md index 360cf18..11d5e74 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,5 @@ # PSComputerManagementZp 0.1.x +## Release 0.1.2 ## Release 0.1.1 - Fix some documentation problems. - Update codecov/codecov-action to v4.