Skip to content

Commit 55cb65f

Browse files
author
Friedrich Weinmann
committed
Updated version for release
1 parent 5105f06 commit 55cb65f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

PSFramework/PSFramework.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
RootModule = 'PSFramework.psm1'
66

77
# Version number of this module.
8-
ModuleVersion = '0.10.27.134'
8+
ModuleVersion = '0.10.27.135'
99

1010
# ID used to uniquely identify this module
1111
GUID = '8028b914-132b-431f-baa9-94a6952f21ff'

PSFramework/PSFramework.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$script:ModuleRoot = $PSScriptRoot
2-
$script:ModuleVersion = "0.10.27.134"
2+
$script:ModuleVersion = "0.10.27.135"
33

44
# Detect whether at some level dotsourcing was enforced
55
$script:doDotSource = $false

PSFramework/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CHANGELOG
2-
## 0.10.27.135
2+
## 0.10.27.135 : 2018-10-12
33
- Fix: New dynamic content collections' Reset() method doesn't do a thing.
44

55
## 0.10.27.134 : 2018-10-12

0 commit comments

Comments
 (0)