diff --git a/manifest.json b/manifest.json index 18c0aef..cba7b7f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "id": "obsidian-title-case-note-title", + "id": "title-case-note-title", "name": "Title Case Note Title", - "version": "1.0.02", + "version": "1.0.03", "minAppVersion": "1.5.3", "description": "This rewrites all note titles named while active in title case.", "author": "ChaseTramel", diff --git a/versions.json b/versions.json index ed049cf..02bc4e4 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,4 @@ { "1.0.0": "1.1.15", - "1.0.02": "1.5.0" + "1.0.03": "1.5.0" }