Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonkko committed Nov 15, 2020
1 parent 9b85f9f commit d479973
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de

function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } /*!
* @license
* console-log-server v0.1.6 (https://github.com/jamonkko/console-log-server#readme)
* console-log-server v0.2.0 (https://github.com/jamonkko/console-log-server#readme)
* Copyright 2020 Jarkko Mönkkönen <[email protected]>
* Licensed under MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "console-log-server",
"version": "0.1.6",
"version": "0.2.0",
"description": "Logs all http requests to console",
"main": "dist",
"jsnext:main": "src",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @license
* console-log-server v0.1.6 (https://github.com/jamonkko/console-log-server#readme)
* console-log-server v0.2.0 (https://github.com/jamonkko/console-log-server#readme)
* Copyright 2020 Jarkko Mönkkönen <[email protected]>
* Licensed under MIT
*/
Expand Down

0 comments on commit d479973

Please sign in to comment.