diff --git a/Gemfile.lock b/Gemfile.lock index 7216894dffeae82eadcee0d365e3dc6273d41e88..0b692ba114a04b273c275d5268365ce59ef1b677 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ PATH remote: engines/billing specs: - leap_web_billing (0.8.0) + leap_web_billing (0.8.1) braintree PATH remote: engines/support specs: - leap_web_help (0.8.0) + leap_web_help (0.8.1) PATH remote: vendor/gems/certificate_authority diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb index dc76dc6ec820fecb530fa6dd94b11a5e242983e2..6fc55319c06e552e92937e0d64e0b1fbc253ca1a 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.8.0" unless defined?(LeapWeb::VERSION) + VERSION = "0.8.1" unless defined?(LeapWeb::VERSION) end