Bump export version string to 2.2.0 (app.js backup export, data.js JSON export)
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ function initDataButtons() {
|
||||
btnExport.addEventListener('click', async () => {
|
||||
const widgetData = await Store.get('widgetStates');
|
||||
const data = {
|
||||
version: '2.1.0',
|
||||
version: '2.2.0',
|
||||
exported: new Date().toISOString(),
|
||||
boards,
|
||||
settings,
|
||||
|
||||
Reference in New Issue
Block a user