Skip to content

Commit 7d98694

Browse files
committed
Increment the version to 2.0.4
1 parent 569a3de commit 7d98694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ the browsers. Additionally this component offers more flexible options and can
88
be used for any values (differently formatted representations of the internal
99
numeric value).
1010

11-
[Live demo](http://vlad-ignatov.github.io/react-numeric-input/examples/v2.0.3/index.html)
11+
[Live demo](http://vlad-ignatov.github.io/react-numeric-input/examples/v2.0.4/index.html)
1212

1313
## Installation
1414
```sh

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-numeric-input",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"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).",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)