We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5fd6a commit a3d8db4Copy full SHA for a3d8db4
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.1` | `>= 4.0.0`, `< 4.5.0`
+`~> 0.5.x`, `<= 1.0.2` | `>= 4.0.0`, `< 4.6.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.1'.freeze
+ VERSION = '1.0.2'.freeze
4
end
5
0 commit comments