Skip to content

Commit

Permalink
Correct version to 3.0.3 like current release
Browse files Browse the repository at this point in the history
  • Loading branch information
mediafinger committed Jul 31, 2019
1 parent 5549aba commit 5fe14bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: ruby
cache: bundler
before_install:
- gem update --system
- gem i rubygems-update -v '<3' && update_rubygems
- gem update bundler
gemfile:
- Gemfile
Expand Down
2 changes: 1 addition & 1 deletion lib/devise_two_factor/version.rb
@@ -1,3 +1,3 @@
module DeviseTwoFactor
VERSION = '3.0.2'.freeze
VERSION = '3.0.3'.freeze
end

0 comments on commit 5fe14bc

Please sign in to comment.