Skip to content

Commit 5e1da08

Browse files
committed
Correct repository links
1 parent 1aee6c6 commit 5e1da08

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ Initial release
44

55
## Version 1.0.1
66

7-
Correct readme after updating icon with assets from Brett Terpstra.
7+
Correct readme after updating icon with assets from Brett Terpstra.
8+
9+
## Version 1.0.2
10+
11+
Correct repository and bug links.

extension.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"name": "Marked 2",
44
"organization": "John Fieber",
55
"description": "View Markdown files with Marked 2.",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"categories": ["commands"],
8-
"repository": "https://github.com/jfieber/Marked.novaextension",
9-
"bugs": "https://github.com/jfieber/Marked.novaextension/issues",
8+
"repository": "https://github.com/jfieber/Marked2.novaextension",
9+
"bugs": "https://github.com/jfieber/Marked2.novaextension/issues",
1010
"license": "MIT",
1111
"main": "main.js",
1212
"activationEvents": ["onLanguage:markdown"],

0 commit comments

Comments
 (0)