diff --git a/Gemfile.lock b/Gemfile.lock index 20f1ab5..996958f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - devise-api (0.1.1) + devise-api (0.1.2) devise (>= 4.7.2) dry-configurable (~> 1.0, >= 1.0.1) dry-initializer (>= 3.1.1) diff --git a/lib/devise/api/version.rb b/lib/devise/api/version.rb index 20446f9..38e9b7b 100644 --- a/lib/devise/api/version.rb +++ b/lib/devise/api/version.rb @@ -2,6 +2,6 @@ module Devise module Api - VERSION = '0.1.1' + VERSION = '0.1.2' end end