diff --git a/manifest.json b/manifest.json index b9b3c33..58ea9ac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-frontmatter-tag-suggest", "name": "Frontmatter Tag Suggest", - "version": "0.4.0", + "version": "0.4.1", "minAppVersion": "0.12.0", "description": "Autocompletes tags in the frontmatter tags field", "author": "Jonathan Miller", diff --git a/package.json b/package.json index 5e82c6e..534b6ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-frontmatter-tag-suggest", - "version": "0.4.0", + "version": "0.4.1", "description": "Autocompletes tags in the frontmatter tags field", "main": "main.js", "scripts": {