Skip to content

Commit

Permalink
Increment the version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed May 28, 2016
1 parent 569a3de commit 7d98694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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": {
Expand Down

0 comments on commit 7d98694

Please sign in to comment.