Skip to content

Commit

Permalink
Bumps version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Oelke committed Oct 2, 2018
1 parent 8f5fd6a commit a3d8db4
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 @@ -29,7 +29,7 @@ Or install it yourself as:
`~> 0.3` | `~> 3.4.0`
`~> 0.4.0`, `< 0.4.9` | `~> 3.5.0`, `< 3.5.2`
`~> 0.4.9` | `~> 3.5.2`
`~> 0.5.x`, `<= 1.0.1` | `>= 4.0.0`, `< 4.5.0`
`~> 0.5.x`, `<= 1.0.2` | `>= 4.0.0`, `< 4.6.0`

## Usage
Create needed columns with corresponding migration:
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/token_authenticatable/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Devise
module TokenAuthenticatable
VERSION = '1.0.1'.freeze
VERSION = '1.0.2'.freeze
end
end

0 comments on commit a3d8db4

Please sign in to comment.