From bfedeb81019321c5cee00259aa3927f1f9942d75 Mon Sep 17 00:00:00 2001 From: "Scott M. Wyant" <29161635+scottmwyant@users.noreply.github.com> Date: Fri, 13 Nov 2020 22:34:06 -0500 Subject: [PATCH] Change version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68aa595..7ff8d98 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "gcode", "displayName": "G-Code", "description": "The premier Visual Studio Code extension for G-Code", - "version": "0.0.1", + "version": "0.1.0", "preview": true, "author": { "name": "Scott M. Wyant",