From 29cbdde3d5566a4fc69e76577831b5d1d4eb3164 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Tue, 9 Feb 2016 23:21:34 +0100 Subject: [PATCH] increment version --- textdocumentprovider-sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textdocumentprovider-sample/package.json b/textdocumentprovider-sample/package.json index 80000793..d3c981bb 100644 --- a/textdocumentprovider-sample/package.json +++ b/textdocumentprovider-sample/package.json @@ -2,7 +2,7 @@ "name": "vscode-css-properties", "displayName": "Preview CSS Propertis Sample", "description": "A sample illustrating the of TextContentProviders and the `vscode.previewHtml` command. Introduce in verson 0.10.7.", - "version": "0.0.4", + "version": "0.0.5", "publisher": "eg2", "galleryBanner": { "color": "#5c2d91",