From c59e012e35ba7caa6c4d0ba2903ae84af3fc6b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarkko=20M=C3=B6nkk=C3=B6nen?= Date: Thu, 3 Jun 2021 14:24:35 +0300 Subject: [PATCH] bump version --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5593f3e..56021fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "console-log-server", - "version": "0.2.1", + "version": "0.3.0", "description": "Logs all http requests to console", "main": "dist", "jsnext:main": "src", diff --git a/src/index.js b/src/index.js index b15bd68..309a094 100644 --- a/src/index.js +++ b/src/index.js @@ -1,6 +1,6 @@ /*! * @license - * console-log-server v0.2.1 (https://github.com/jamonkko/console-log-server#readme) + * console-log-server v0.3.0 (https://github.com/jamonkko/console-log-server#readme) * Copyright 2021 Jarkko Mönkkönen * Licensed under MIT */