Skip to content

Commit ea5f645

Browse files
authored
Fix for Exception from HRESULT: 0x80131047
Fixes #130
1 parent d486b45 commit ea5f645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ITGlueAPI/ITGlueAPI.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Script module or binary module file associated with this manifest
12-
RootModule = '.\ITGlueAPI.psm1'
12+
RootModule = "$PSScriptRoot\ITGlueAPI.psm1"
1313

1414
# Version number of this module.
1515
# Follows https://semver.org Semantic Versioning 2.0.0
@@ -18,7 +18,7 @@
1818
# -- MINOR version when you add functionality in a backwards-compatible manner, and
1919
# -- PATCH version when you make backwards-compatible bug fixes.
2020

21-
ModuleVersion = '2.1.0'
21+
ModuleVersion = '2.1.1'
2222

2323
# ID used to uniquely identify this module
2424
GUID = 'f969cff1-3120-4980-8c46-83f2d0bf2521'

0 commit comments

Comments
 (0)