diff --git a/activemerchant.gemspec b/activemerchant.gemspec index 6814054b956..336f08428cb 100644 --- a/activemerchant.gemspec +++ b/activemerchant.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'activemerchant' - s.version = '1.14.0' + s.version = '1.15.0' s.summary = 'Framework and tools for dealing with credit card transactions.' s.description = 'Active Merchant is a simple payment abstraction library used in and sponsored by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.' diff --git a/lib/active_merchant/version.rb b/lib/active_merchant/version.rb index dbd9267b001..ed6e3cad281 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = "1.14.0" + VERSION = "1.15.0" end