From 5ef43f4fca9b7f608e52aff05d42a10ac26d288d Mon Sep 17 00:00:00 2001 From: Jonathan Aguirre Escobar Date: Thu, 11 May 2017 10:49:18 -0500 Subject: [PATCH] Change version 0.0.6 --- epayco-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epayco-ruby.gemspec b/epayco-ruby.gemspec index 98e0ad7..a5613de 100644 --- a/epayco-ruby.gemspec +++ b/epayco-ruby.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "epayco-ruby" - s.version = "0.0.5" + s.version = "0.0.6" s.summary = "Ruby wrapper for Epayco API" s.description = "API to interact with Epayco\nhttps://epayco.co" s.authors = ["Epayco development team", "Jonathan Aguirre"]