From 83597617755264d16752441bd117347c6b218c07 Mon Sep 17 00:00:00 2001 From: Vicente Veltri Date: Wed, 14 Jul 2021 11:50:30 -0300 Subject: [PATCH] Bump to 1.31.0 --- CHANGELOG.md | 3 ++- MLBusinessComponents.podspec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfac6f80..1268435d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -# Sin publicar +# v1.31.0 +🚀 1.31.0 🚀 - Fix en `setAdditionalEdgeInsets(with:)` para el Cover Carousel - Added closed status support to title and subtile on Hybrid Row diff --git a/MLBusinessComponents.podspec b/MLBusinessComponents.podspec index dfdefee6..a062b044 100644 --- a/MLBusinessComponents.podspec +++ b/MLBusinessComponents.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MLBusinessComponents" - s.version = "1.30.0" + s.version = "1.31.0" s.summary = "MLBusinessComponents for iOS" s.homepage = "https://www.mercadolibre.com" s.license = { :type => "MIT", :file => "LICENSE" }