diff --git a/LICENSE b/LICENSE index 1c37829b..c903ea22 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Victor Tao +Copyright (c) 2021-2022 Victor Tao Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/manifest.json b/manifest.json index 8caba79c..4144be85 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "obsidian-linter", "name": "Linter", - "version": "1.7.0", + "version": "1.7.1", "minAppVersion": "0.15.6", - "description": "Enforces consistent markdown styling.", + "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", "authorUrl": "https://github.com/platers", "isDesktopOnly": false diff --git a/package.json b/package.json index bff9d2d7..c13fad60 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-linter", - "version": "1.7.0", - "description": "Enforces consistent markdown styling for Obsidian (https://obsidian.md)", + "version": "1.7.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": { "dev": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index 0fed9a92..49904ecd 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.7.1": "0.15.6", "1.7.0": "0.15.6", "1.6.0": "0.15.6", "1.5.1": "0.15.6",