From 1aee6c61a5202f1404ca71eb293abeda7303b536 Mon Sep 17 00:00:00 2001 From: John Fieber Date: Mon, 12 Oct 2020 15:59:33 +0000 Subject: [PATCH] Correct readme after updating icon --- CHANGELOG.md | 4 ++++ README.md | 2 -- extension.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc688d6..b2f8475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ ## Version 1.0 Initial release + +## Version 1.0.1 + +Correct readme after updating icon with assets from Brett Terpstra. \ No newline at end of file diff --git a/README.md b/README.md index ace2b93..0a5f256 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,3 @@ This extensions adds a *View in Marked 2* command to the *Editor* menu to open the current [Nova](https://nova.app) document with the [Marked 2](https://marked2app.com) Markdown previewer. This extension is not written or endorsed by [Brett Terpstra](https://brettterpstra.com), the creator of [Marked 2](https://marked2app.com). - -[Markdown logo](https://fontawesome.com/icons/markdown?style=brands) from Font Awesome Free 5.4.1 by @fontawesome - https://fontawesome.com licensed under the [Creative Commons](https://en.wikipedia.org/wiki/en:Creative_Commons) [Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/deed.en) license. diff --git a/extension.json b/extension.json index fa2072f..1954285 100644 --- a/extension.json +++ b/extension.json @@ -3,7 +3,7 @@ "name": "Marked 2", "organization": "John Fieber", "description": "View Markdown files with Marked 2.", - "version": "1.0", + "version": "1.0.1", "categories": ["commands"], "repository": "https://github.com/jfieber/Marked.novaextension", "bugs": "https://github.com/jfieber/Marked.novaextension/issues",