diff --git a/README.md b/README.md index 358df82..2c9a4a1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/WinPrefs/WinPrefs.psd1 b/WinPrefs/WinPrefs.psd1 index c3933ab..0933193 100644 --- a/WinPrefs/WinPrefs.psd1 +++ b/WinPrefs/WinPrefs.psd1 @@ -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 = @() diff --git a/package.json b/package.json index 3296de7..aee4afd 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,5 @@ "format": "yarn prettier -w .", "qa": "yarn check-spelling && yarn check-formatting" }, - "version": "0.2.0" + "version": "0.2.1" }