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.