From 084f81c9ce8fa41ca9ebc31243bafb3bd7f3592a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Andr=C3=A9s=20Gallinal?= Date: Mon, 1 Oct 2018 14:04:19 -0300 Subject: [PATCH] 0.1.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index eeb9629..f94e725 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "chocolatest", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 99616b5..b733c90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chocolatest", - "version": "0.1.0", + "version": "0.1.1", "description": "A simple and tiny test framework that evaluates synchronous javascript (for now) in the browser", "bugs": { "url": "https://github.com/nicoabie/chocolatest/issues"