File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RootModule = '.\ITGlueAPI.psm1'
17
17
# -- MAJOR version when you make incompatible API changes,
18
18
# -- MINOR version when you add functionality in a backwards-compatible manner, and
19
19
# -- PATCH version when you make backwards-compatible bug fixes.
20
- ModuleVersion = ' 2.0.2 '
20
+ ModuleVersion = ' 2.0.3 '
21
21
22
22
# ID used to uniquely identify this module
23
23
# GUID = ''
@@ -123,6 +123,7 @@ FunctionsToExport = 'Add-ITGlueAPIKey',
123
123
' New-ITGlueConfigurations' ,
124
124
' Get-ITGlueConfigurations' ,
125
125
' Set-ITGlueConfigurations' ,
126
+ ' Remove-ITGlueConfigurations' ,
126
127
127
128
' New-ITGlueContactTypes' ,
128
129
' Get-ITGlueContactTypes' ,
@@ -131,6 +132,7 @@ FunctionsToExport = 'Add-ITGlueAPIKey',
131
132
' New-ITGlueContacts' ,
132
133
' Get-ITGlueContacts' ,
133
134
' Set-ITGlueContacts' ,
135
+ ' Remove-ITGlueContacts' ,
134
136
135
137
' Get-ITGlueCountries' ,
136
138
You can’t perform that action at this time.
0 commit comments