From 7d98694e0e89e9078e40a972119e9c418a90d5ec Mon Sep 17 00:00:00 2001 From: vlad-ignatov Date: Sat, 28 May 2016 12:27:53 +0300 Subject: [PATCH] Increment the version to 2.0.4 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57a12b2..e6b0f7d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ the browsers. Additionally this component offers more flexible options and can be used for any values (differently formatted representations of the internal numeric value). -[Live demo](http://vlad-ignatov.github.io/react-numeric-input/examples/v2.0.3/index.html) +[Live demo](http://vlad-ignatov.github.io/react-numeric-input/examples/v2.0.4/index.html) ## Installation ```sh diff --git a/package.json b/package.json index 5d3da5d..93b9e09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-numeric-input", - "version": "2.0.3", + "version": "2.0.4", "description": "Number input component that can replace the native number input which is not yet very well supported and where it is, it does not have the same appearance across the browsers. Additionally this component offers more flexible options and can be used for any values (differently formatted representations of the internal numeric value).", "main": "index.js", "scripts": {