diff --git a/manifest.json b/manifest.json index 1664081f..7754a277 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-linter", "name": "Linter", - "version": "1.15.0", + "version": "1.15.1", "minAppVersion": "0.15.6", "description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.", "author": "Victor Tao", diff --git a/package.json b/package.json index 7be49c03..ac4524a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-linter", - "version": "1.15.0", + "version": "1.15.1", "description": "Enforces consistent markdown styling for Obsidian (https://obsidian.md). It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3bd304fa..dfabc0d5 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.15.1": "0.15.6", "1.15.0": "0.15.6", "1.14.0": "0.15.6", "1.13.0": "0.15.6",