From 23134868d5cdc1793363dc49a31f093f5a06b0a6 Mon Sep 17 00:00:00 2001 From: Philipp Stehle Date: Fri, 3 Apr 2020 13:26:01 +0200 Subject: [PATCH] Bump to 0.0.3 --- vscode/package-lock.json | 2 +- vscode/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vscode/package-lock.json b/vscode/package-lock.json index 4889bd6..ac62e92 100644 --- a/vscode/package-lock.json +++ b/vscode/package-lock.json @@ -1,6 +1,6 @@ { "name": "ytt-lint", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/vscode/package.json b/vscode/package.json index 226b9f5..dd0180a 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/phil9909/ytt-lint" }, "description": "Runs linting on your ytt-templates and yaml-files.", - "version": "0.0.2", + "version": "0.0.3", "engines": { "vscode": "^1.41.0" },