From 01f6d05038d04cfc2af3c9ab95f2ef5577dcf0f5 Mon Sep 17 00:00:00 2001 From: ElementG9 Date: Fri, 6 Dec 2019 10:08:06 -0700 Subject: [PATCH] Update package.json version number --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 183d6db..ecf7feb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pivot-lang", - "version": "0.1.0", + "version": "0.2.0", "description": "Pivot is a new programming language built on JavaScript", "main": "./bin/pivot.js", "directories": { @@ -35,6 +35,6 @@ "readline-sync": "^1.4.10" }, "devDependencies": { - "mocha": "^6.2.1" + "mocha": "^6.2.2" } }