Skip to content

Commit

Permalink
v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dipaksarkar committed Apr 12, 2023
1 parent eb61509 commit 8d6a795
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.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
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.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
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.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 <hello@dipaksarkar.in> (https://dipaksarkar.in/)",
Expand Down

0 comments on commit 8d6a795

Please sign in to comment.