We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4baaa commit 1142c04Copy full SHA for 1142c04
README.md
@@ -29,7 +29,7 @@ Or install it yourself as:
29
`~> 0.3` | `~> 3.4.0`
30
`~> 0.4.0`, `< 0.4.9` | `~> 3.5.0`, `< 3.5.2`
31
`~> 0.4.9` | `~> 3.5.2`
32
-`~> 0.5.x`, `<= 1.0.0` | `>= 4.0.0`, `< 4.4.0`
+`~> 0.5.x`, `<= 1.0.1` | `>= 4.0.0`, `< 4.5.0`
33
34
## Usage
35
Create needed columns with corresponding migration:
lib/devise/token_authenticatable/version.rb
@@ -1,5 +1,5 @@
1
module Devise
2
module TokenAuthenticatable
3
- VERSION = '1.0.0'.freeze
+ VERSION = '1.0.1'.freeze
4
end
5
0 commit comments