diff --git a/README.md b/README.md index f4180c8..bbe8ecf 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Vue Number Format is used to format a number using fixed-point notation. It can ## Installation ```bash -npm install @coders-tm/vue-number-format@2.17.1 +npm install @coders-tm/vue-number-format@2.18.0 or -yarn add @coders-tm/vue-number-format@2.17.1 +yarn add @coders-tm/vue-number-format@2.18.0 ``` ## Features diff --git a/docs/guide/README.md b/docs/guide/README.md index 531ba16..8de7bd7 100755 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -20,7 +20,7 @@ Get all the essentials features Starting at £0.99/mo
## Installation ::: warning -Install the npm package @coders-tm/vue-number-format@^2.17.1 for Vue 2.0 +Install the npm package @coders-tm/vue-number-format@^2.18.0 for Vue 2.0 ::: ```bash:no-line-numbers diff --git a/package.json b/package.json index 98f2178..084c202 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coders-tm/vue-number-format", - "version": "2.17.1", + "version": "2.18.0", "private": false, "description": "Easy formatted numbers, currency and percentage with input/directive mask for Vue.js", "author": "Dipak Sarkar (https://dipaksarkar.in/)",