diff --git a/PSWriteHTML.psd1 b/PSWriteHTML.psd1 index cbcbf4ee..08ff990f 100644 --- a/PSWriteHTML.psd1 +++ b/PSWriteHTML.psd1 @@ -3,7 +3,7 @@ # # Generated by: Przemyslaw Klys # -# Generated on: 21.07.2020 +# Generated on: 23.07.2020 # @{ @@ -12,7 +12,7 @@ RootModule = 'PSWriteHTML.psm1' # Version number of this module. - ModuleVersion = '0.0.88' + ModuleVersion = '0.0.89' # Supported PSEditions CompatiblePSEditions = 'Desktop', 'Core' @@ -51,7 +51,7 @@ # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module - RequiredModules = @(@{ModuleName = 'PSSharedGoods'; GUID = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'; ModuleVersion = '0.0.159'; }) + RequiredModules = @(@{ModuleName = 'PSSharedGoods'; GUID = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'; ModuleVersion = '0.0.160'; }) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() diff --git a/readme.md b/readme.md index a6741f91..b176b774 100644 --- a/readme.md +++ b/readme.md @@ -65,6 +65,8 @@ Dependencies: **PSSharedGoods**, **PSWriteColor** and **Connectimo** are only us ## Changelog +- 0.0.89 - 2020.07.23 + - Fix for Tooltips in FullCalendar 5.1 - tnx smasterson [#137](https://github.com/EvotecIT/PSWriteHTML/pull/137) - 0.0.88 - 2020.07.21 - Updated `New-HTMLCalendar` with more options for `InitialView` parameter - tnx smasterson [#135](https://github.com/EvotecIT/PSWriteHTML/pull/135) - 0.0.87 - 2020.07.20