From 25715a44685a471336f333d7e7b1a1922a0d323f Mon Sep 17 00:00:00 2001 From: garrettmills Date: Sun, 9 Jan 2022 11:30:34 -0600 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b360d1a..7506ee7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@extollo/cc", - "version": "0.1.0", + "version": "0.2.0", "description": "Early-phase compiler for Extollo projects", "main": "lib/index.js", "types": "lib/index.d.ts",