From 4a44b30f26947f29e7f70a7fab4e021467e2366e Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Fri, 27 Apr 2018 09:38:35 +0200 Subject: [PATCH] bump version number --- fsprovider-sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsprovider-sample/package.json b/fsprovider-sample/package.json index c748eb4c..6e8b4259 100644 --- a/fsprovider-sample/package.json +++ b/fsprovider-sample/package.json @@ -2,7 +2,7 @@ "name": "vscode-memfs", "displayName": "MemFS - a file system provider sample", "description": "Showcase for the file system provider API, also useful for testing again document that are not on disk.", - "version": "0.0.1", + "version": "0.0.2", "publisher": "jrieken", "repository": { "url": "https://github.com/Microsoft/vscode-extension-samples.git",