diff --git a/manifest.json b/manifest.json index a5df00f..7d64274 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "frontmatter-smith", "name": "Frontmatter Smith", - "version": "0.5.3", + "version": "0.5.4", "minAppVersion": "0.15.0", "description": "Automate repetitive and/or complex front matter manipulation", "author": "Peter Strøiman", diff --git a/package.json b/package.json index ae31102..bd9417d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontmatter-smith", - "version": "0.5.3", + "version": "0.5.4", "description": "Frontmatter smith plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 308a318..59190e6 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "0.5.0": "0.15.0", "0.5.1": "0.15.0", "0.5.2": "0.15.0", - "0.5.3": "0.15.0" + "0.5.3": "0.15.0", + "0.5.4": "0.15.0" } \ No newline at end of file