From d2d69897fc16f4d2ab081f1c749fafbbad6e1086 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Thu, 19 Jul 2018 14:45:28 +0100 Subject: [PATCH] docs --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2abdb60..b18ec45 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Unlike the default URL parser, this one supports the following: For more short-syntax examples see [Optional Format]. -All browsers are supported, plus Node.js v4.0 and later. +All modern browsers are supported, plus Node.js v4.0 and later. ## Installing diff --git a/package.json b/package.json index 2c736db..aaef7f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connection-string", - "version": "1.0.0", + "version": "1.0.1", "description": "Advanced URL Connection String parser.", "main": "src/index.js", "typings": "src/index.d.ts",