diff --git a/Gemfile.lock b/Gemfile.lock index 2c229f90a0d7d2bb9afbe58728bae5cf23dbe6b3..d1890225855c15e996dbb92f45886a58118b3aef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,13 +8,13 @@ GIT PATH remote: engines/billing specs: - leap_web_billing (0.5.1) + leap_web_billing (0.5.2) braintree PATH remote: engines/support specs: - leap_web_help (0.5.1) + leap_web_help (0.5.2) GEM remote: https://rubygems.org/ diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb index b92d0a38b01db6fda40c68dff3c8c84b2a267537..56df918f06bac8412b9f04115631fbeb427e2ca3 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.5.1" unless defined?(LeapWeb::VERSION) + VERSION = "0.5.2" unless defined?(LeapWeb::VERSION) end