Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Oct 8, 2023
1 parent c4562fb commit ae18dd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![PowerShell Gallery Platform Support](https://img.shields.io/powershellgallery/p/WinPrefs?label=powershell+platforms+supported)](https://www.powershellgallery.com/packages/WinPrefs)
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/Tatsh/winprefs)
![GitHub](https://img.shields.io/github/license/Tatsh/winprefs)
![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/winprefs/v0.2.0/master)
![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/winprefs/v0.2.1/master)

macOS users: please see [macprefs](https://github.com/Tatsh/macprefs) for an equivalent tool.

Expand Down
2 changes: 1 addition & 1 deletion WinPrefs/WinPrefs.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Description = 'Convert a registry path to a series of reg commands.'
GUID = '57c33a4f-3d66-422b-8e2b-596231011201'
HelpInfoURI = 'https://github.com/Tatsh/winprefs'
ModuleVersion = '0.2.0'
ModuleVersion = '0.2.1'
PowerShellVersion = '5.1'
RequiredAssemblies = @()
RequiredModules = @()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"format": "yarn prettier -w .",
"qa": "yarn check-spelling && yarn check-formatting"
},
"version": "0.2.0"
"version": "0.2.1"
}

0 comments on commit ae18dd7

Please sign in to comment.