From c8bab815e0e120547f1d8fe9e7cebb85171cf0ab Mon Sep 17 00:00:00 2001 From: Michael West Date: Fri, 8 May 2020 21:37:55 -0500 Subject: [PATCH] Updated version for other files. --- Modules/SPE/SPE.psd1 | 2 +- .../version/Modules/Sitecore PowerShell Extensions.version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/SPE/SPE.psd1 b/Modules/SPE/SPE.psd1 index 0d303afc9..a591dec17 100644 --- a/Modules/SPE/SPE.psd1 +++ b/Modules/SPE/SPE.psd1 @@ -11,7 +11,7 @@ RootModule = '.\SPE.psm1' # Version number of this module. - ModuleVersion = '6.1.0' + ModuleVersion = '6.1.1' # ID used to uniquely identify this module GUID = 'cf8d3b69-b293-4d8b-9974-e1ab80509724' diff --git a/src/Spe/sitecore/shell/version/Modules/Sitecore PowerShell Extensions.version b/src/Spe/sitecore/shell/version/Modules/Sitecore PowerShell Extensions.version index 11085b518..eb4f00509 100644 --- a/src/Spe/sitecore/shell/version/Modules/Sitecore PowerShell Extensions.version +++ b/src/Spe/sitecore/shell/version/Modules/Sitecore PowerShell Extensions.version @@ -1 +1 @@ -{ "Group": "Modules", "Name": "Sitecore PowerShell Extensions", "Major": 6, "Minor": 1, "Patch": 0, "Revision": "0", "MarketingVersion": "Sitecore PowerShell Extensions-6.1.0" } +{ "Group": "Modules", "Name": "Sitecore PowerShell Extensions", "Major": 6, "Minor": 1, "Patch": 1, "Revision": "0", "MarketingVersion": "Sitecore PowerShell Extensions-6.1.1" }