diff --git a/manifest.json b/manifest.json index 828d332..13acf94 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-bulk-rename-plugin", "name": "Bulk Rename", - "version": "1.0.0", + "version": "0.0.1", "minAppVersion": "0.15.0", "description": "Purpose of this plugin rename files based on pattern", "author": "Obsidian", "authorUrl": "https://obsidian.md", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index 26382a1..ad24e42 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "0.15.0" + "0.0.1": "0.15.0" }