diff options
author | Azul <azul@riseup.net> | 2016-08-16 10:56:00 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-08-16 10:56:12 +0200 |
commit | c6c4d9fd10b8ca8e24889112727e44c9bf68dd60 (patch) | |
tree | 294276de1cf5650e95541a3b35ad3cc4f2645fdc | |
parent | 76821cdd6064f2248948da83ca806598ee18199e (diff) |
Version 0.8.1
* upgrade to rails 3.2.22.4
* fix ticket url issue
-rw-r--r-- | Gemfile.lock | 4 | ||||
-rw-r--r-- | lib/leap_web/version.rb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 7216894..0b692ba 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 dc76dc6..6fc5531 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 |