From c03f78910b4b4e7f4da9e8538fa21d4f1f5771b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ole=C5=9B?= Date: Wed, 24 Feb 2021 20:56:49 +0000 Subject: [PATCH] Bump version to: 0.2.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41181d1..c80ad24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karton", - "version": "0.1.0", + "version": "0.2.0", "description": "Create sandbox for package e2e tests", "main": "lib/index.js", "types": "lib/index.d.ts",