We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54e83c9 + 81c55ff commit 38d1bb3Copy full SHA for 38d1bb3
README.md
@@ -32,10 +32,14 @@ Ember Inputmask currently has two branches:
32
- [v0.4.x (master)](https://github.com/pzuraq/ember-inputmask/tree/master)
33
pulls Inputmask 3.3.x from NPM. Bower and jQuery are not required.
34
35
-Versions prior to 0.4.0 automatically adds `jquery.inputmask` into your
+Versions prior to 0.4.0 automatically add `jquery.inputmask` into your
36
application's `bower.json` file. If you are upgrading from a pre-0.4 version to
37
0.4.x, feel free to remove it from `bower.json`.
38
39
+In case you are using v0.3.0 of this addon -- it was a versioning mistake. In
40
+fact, v0.3.0 is older than v0.2.1 and we don't recommend it. Feel free to
41
+upgrade to the latest version of either v0.2.x or v0.4.x.
42
+
43
## Installation
44
45
```sh
0 commit comments