diff --git a/README.md b/README.md index 7ca71b2..1005a8e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [react-maskedinput](https://github.com/insin/react-maskedinput) form element that works with [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap). -For `react-bootstrap` < 0.29.0, use [v0.1.0](https://github.com/schneidmaster/react-bootstrap-maskedinput/releases/tag/v0.1.0). For current versions of `react-bootstrap`, use 0.2.0. +For `react-bootstrap` < 0.29.0, use [v0.1.0](https://github.com/schneidmaster/react-bootstrap-maskedinput/releases/tag/v0.1.0). For current versions of `react-bootstrap`, use 0.2.x. ## Usage diff --git a/package.json b/package.json index 8e99aa5..c6eed35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap-maskedinput", - "version": "0.2.0", + "version": "0.2.1", "description": "react-maskedinput form element that works with react-bootstrap", "main": "index.js", "scripts": {