bump version

This commit is contained in:
dfinke
2022-08-24 18:37:24 -04:00
parent 340ffc560b
commit ac435fc1e1
2 changed files with 8 additions and 1 deletions

View File

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

View File

@@ -1,3 +1,10 @@
# 7.8.1
Thanks [g-pearl](https://github.com/g-pearl)
- Fixed conditional formatting so it recognizes 'Top and Bottom' as a rule type
# 7.8.0
Thanks [James O'Neill](https://github.com/jhoneill)