diff --git a/package-lock.json b/package-lock.json index 8668206..6d0bfc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "myst-highlight", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 83a664a..a6ed136 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "myst-highlight", "displayName": "myst-highlight", "description": "The official syntax highlighter for the MyST Markdown format", - "version": "0.1.0", + "version": "0.1.1", "repository": { "type": "git", "url": "https://github.com/ExecutableBookProject/myst-highlight-grammar.git"