Skip to content

Commit

Permalink
prepare for v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaopudark committed Feb 27, 2024
1 parent 6e3fd4f commit 33f6e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Module/PSComputerManagementZp.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 33f6e93

Please sign in to comment.