bumped version

This commit is contained in:
dfinke
2016-02-17 20:35:59 -05:00
parent bdbfb8b6f8
commit 4a6b92d122
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
RootModule = 'ImportExcel.psm1'
# Version number of this module.
ModuleVersion = '1.98'
ModuleVersion = '1.99'
# 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 = "Fixes and great features"
ReleaseNote = "Added Equal,NotEqual conditional text and more"
}
Publish-Module @p