From d668aa681aef2717b1f1215bc7976a6eec6ac61f Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Wed, 4 Nov 2020 21:09:14 +0000 Subject: [PATCH] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8a23be..2f677e9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "CodeTour", "description": "VS Code extension that allows you to record and playback guided tours of codebases, directly within the editor", "publisher": "vsls-contrib", - "version": "0.0.36", + "version": "0.0.37", "repository": { "type": "git", "url": "https://github.com/vsls-contrib/codetour"