From 1de6511db10c5e65f0659a32e455ea7606c9c94f Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Tue, 27 Aug 2019 09:45:43 +0200 Subject: [PATCH] 0.0.5 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 869c279c..690208df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-front-matter", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f4eed71d..042076b5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Front Matter", "description": "Simplifies working with front matter of your articles. Useful extension when you are using a static site generator like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...", "icon": "assets/front-matter.png", - "version": "0.0.4", + "version": "0.0.5", "publisher": "eliostruyf", "engines": { "vscode": "^1.37.0"