diff --git a/Gemfile.lock b/Gemfile.lock index 750b3a6..1970025 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bundler-multilock (1.3.0) + bundler-multilock (1.3.1) bundler (>= 2.4.19, < 2.6) GEM diff --git a/Gemfile.ruby-2.6.lock b/Gemfile.ruby-2.6.lock index 177d579..4c7bdb0 100644 --- a/Gemfile.ruby-2.6.lock +++ b/Gemfile.ruby-2.6.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bundler-multilock (1.3.0) + bundler-multilock (1.3.1) bundler (>= 2.4.19, < 2.6) GEM diff --git a/lib/bundler/multilock/version.rb b/lib/bundler/multilock/version.rb index 4c41d66..988c27b 100644 --- a/lib/bundler/multilock/version.rb +++ b/lib/bundler/multilock/version.rb @@ -2,6 +2,6 @@ module Bundler module Multilock - VERSION = "1.3.0" + VERSION = "1.3.1" end end