fix(hide-columns): bump storage manager minor version

This commit is contained in:
Sarah Vaupel 2020-01-08 21:24:13 +01:00 committed by Gregor Kleen
parent 03bcf56487
commit 9053b878c9

View File

@ -23,7 +23,7 @@ const CELL_ORIGINAL_COLSPAN = 'uw-hide-column-original-colspan';
})
export class HideColumns {
_storageManager = new StorageManager('HIDE_COLUMNS', '1.0.0', { location: LOCATION.LOCAL });
_storageManager = new StorageManager('HIDE_COLUMNS', '1.1.0', { location: LOCATION.LOCAL });
_element;
_elementWrapper;