From 7674f916510fb841bf629d330a3fc45ce91b6ed5 Mon Sep 17 00:00:00 2001 From: Dipak Sarkar Date: Thu, 31 Aug 2023 14:52:00 +0530 Subject: [PATCH] v3.31.0 --- docs/guide/README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/README.md b/docs/guide/README.md index c4dd88f..dda21c1 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.19.0 for Vue 2.0 +Install the npm package @coders-tm/vue-number-format@^2.20.0 for Vue 2.0 ::: diff --git a/package.json b/package.json index a84a3a2..87ce35d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coders-tm/vue-number-format", - "version": "3.30.0", + "version": "3.31.0", "private": false, "description": "Easy formatted numbers, currency and percentage with input/directive mask for Vue.js", "author": "Dipak Sarkar (https://dipaksarkar.in/)",