Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dipaksarkar committed Mar 2, 2023
1 parent 4adfbf5 commit 1bebc34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ yarn add @coders-tm/vue-number-format
```
## Vue 2.0
```bash
npm install @coders-tm/vue-number-format@^2.7.0
npm install @coders-tm/vue-number-format@^2.8.0
or
yarn add @coders-tm/vue-number-format@^2.7.0
yarn add @coders-tm/vue-number-format@^2.8.0
```
## Features

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.7.0",
"version": "2.8.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 1bebc34

Please sign in to comment.