diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5bfe7cd..59a306f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.7.3] +## [1.0.0] - Module Changes - `Find-BingTimeZone` diff --git a/docs/pwshPlaces.md b/docs/pwshPlaces.md index 96b5cd8..2e968bd 100644 --- a/docs/pwshPlaces.md +++ b/docs/pwshPlaces.md @@ -2,7 +2,7 @@ Module Name: pwshPlaces Module Guid: 9a9914bd-d115-4f42-bb5d-19c5e5561a3f Download Help Link: NA -Help Version: 0.7.5 +Help Version: 1.0.0 Locale: en-US --- diff --git a/src/pwshPlaces/pwshPlaces.psd1 b/src/pwshPlaces/pwshPlaces.psd1 index 064c088..93f319e 100644 --- a/src/pwshPlaces/pwshPlaces.psd1 +++ b/src/pwshPlaces/pwshPlaces.psd1 @@ -12,7 +12,7 @@ RootModule = 'pwshPlaces.psm1' # Version number of this module. - ModuleVersion = '0.7.5' + ModuleVersion = '1.0.0' # Supported PSEditions # CompatiblePSEditions = @()