Bump and publish

This commit is contained in:
dfinke
2016-02-29 10:26:07 -05:00
parent f04d01cd2f
commit 53e0b64091
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
RootModule = 'ImportExcel.psm1'
# Version number of this module.
ModuleVersion = '2.1.2'
ModuleVersion = '2.1.3'
# ID used to uniquely identify this module
GUID = '60dd4136-feff-401a-ba27-a84458c57ede'

View File

@@ -2,7 +2,7 @@
$p = @{
Name = "ImportExcel"
NuGetApiKey = $NuGetApiKey
ReleaseNote = "Fix off by one error for Import-Html"
ReleaseNote = "Added more conditional types"
}
Publish-Module @p