diff --git a/package-lock.json b/package-lock.json index 0037f791..0c71e3db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-front-matter-beta", - "version": "5.6.0", + "version": "5.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8e3831e4..eb631968 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Front Matter", "description": "An essential Visual Studio Code extension when you want to manage the markdown pages of your static site like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...", "icon": "assets/frontmatter-teal-128x128.png", - "version": "5.6.0", + "version": "5.7.0", "preview": false, "publisher": "eliostruyf", "galleryBanner": { @@ -968,4 +968,4 @@ "webpack-cli": "3.3.12" }, "dependencies": {} -} \ No newline at end of file +}