Skip to content

Commit

Permalink
v0.1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
booleanbetrayal committed Aug 16, 2016
1 parent 3833543 commit 43a0239
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bug-labels=bug,Bug,fix,Fix
enhancement-labels=enhancement,Enhancement,feat,Feat
unreleased-label=0.1.38
between-tags=0.1.38,0.1.39
unreleased-label=0.1.40
base=CHANGELOG.md
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GIT
PATH
remote: .
specs:
devise_token_auth (0.1.38)
devise_token_auth (0.1.39)
devise (> 3.5.2, <= 4.2)
rails (< 6)

Expand Down
2 changes: 1 addition & 1 deletion lib/devise_token_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DeviseTokenAuth
VERSION = "0.1.38"
VERSION = "0.1.39"
end

0 comments on commit 43a0239

Please sign in to comment.