Skip to content

Commit be0b58f

Browse files
committed
v2.20.0
1 parent 24d5138 commit be0b58f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Vue Number Format is used to format a number using fixed-point notation. It can
1313
## Installation
1414

1515
```bash
16-
npm install @coders-tm/vue-number-format@2.19.0
16+
npm install @coders-tm/vue-number-format@2.20.0
1717
or
18-
yarn add @coders-tm/vue-number-format@2.19.0
18+
yarn add @coders-tm/vue-number-format@2.20.0
1919
```
2020

2121
## Features

docs/guide/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Get all the essentials features Starting at £0.99/mo<br>
2020
## Installation
2121

2222
::: warning
23-
Install the npm package @coders-tm/vue-number-format@^2.19.0 for Vue 2.0
23+
Install the npm package @coders-tm/vue-number-format@^2.20.0 for Vue 2.0
2424
:::
2525

2626
```bash:no-line-numbers

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coders-tm/vue-number-format",
3-
"version": "2.19.0",
3+
"version": "2.20.0",
44
"private": false,
55
"description": "Easy formatted numbers, currency and percentage with input/directive mask for Vue.js",
66
"author": "Dipak Sarkar <[email protected]> (https://dipaksarkar.in/)",

0 commit comments

Comments
 (0)