From c1df8d924c332df223738338723581f13044f500 Mon Sep 17 00:00:00 2001 From: Shannon Moeller Date: Fri, 19 Jan 2018 15:04:14 -0700 Subject: [PATCH] v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f882758..3ff3431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "run-headless", - "version": "1.0.0-12", + "version": "1.0.0", "description": "The easiest way of running code in a modern headless browser environment.", "scripts": { "test": "nyc run-s test-*",