Skip to content

Commit

Permalink
v2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dipaksarkar committed Aug 31, 2023
1 parent 24d5138 commit be0b58f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.0
npm install @coders-tm/vue-number-format@2.20.0
or
yarn add @coders-tm/vue-number-format@2.19.0
yarn add @coders-tm/vue-number-format@2.20.0
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Get all the essentials features Starting at £0.99/mo<br>
## Installation

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

```bash:no-line-numbers
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": "@coders-tm/vue-number-format",
"version": "2.19.0",
"version": "2.20.0",
"private": false,
"description": "Easy formatted numbers, currency and percentage with input/directive mask for Vue.js",
"author": "Dipak Sarkar <hello@dipaksarkar.in> (https://dipaksarkar.in/)",
Expand Down

0 comments on commit be0b58f

Please sign in to comment.