Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-cen committed Jan 6, 2023
1 parent 4e3a778 commit 5d97011
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36843,8 +36843,6 @@ var migrateIndex = async (plugin) => {
mergeSpaces(db, plugin.settings.spaces);
plugin.saveSpacesDB();
dispatchSpaceDatabaseFileChanged("vault");
await app.vault.adapter.remove((0, import_obsidian13.normalizePath)(app.vault.configDir + "/plugins/make-md/data-old.json"));
await app.vault.adapter.copy((0, import_obsidian13.normalizePath)(app.vault.configDir + "/plugins/make-md/data.json"), (0, import_obsidian13.normalizePath)(app.vault.configDir + "/plugins/make-md/data-old.json"));
plugin.settings.folderRank = null;
plugin.settings.fileIcons = null;
plugin.settings.spaces = null;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "make-md",
"name": "MAKE.md",
"version": "0.6.1",
"version": "0.6.2",
"minAppVersion": "0.16.0",
"description": "Make.md brings you features that supercharges Obsidian. Sort your files in custom order and add file icons using Spaces. Edit inline embeds with Flow Editor. And style your text and add new markdown blocks without writing markdown using Maker Mode.",
"author": "MAKE.md",
Expand Down

0 comments on commit 5d97011

Please sign in to comment.