From edba9f3eaf0515328dfdc9364d02112fbe824e02 Mon Sep 17 00:00:00 2001 From: Patrick Curry Date: Mon, 13 Jan 2020 17:16:35 +0000 Subject: [PATCH] v0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 541a715..dc5f82a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browser-logging-server", - "version": "0.0.2", + "version": "0.0.3", "description": "Receives and prints logs from web browser", "main": "./dist/index.js", "license": "MIT",