From b5449aaeca960524d086d72d2f3edaf59d4877fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Pacheco=20Neves?= Date: Mon, 18 Jun 2018 12:11:38 +0100 Subject: [PATCH] Bump version to 0.2.1 --- Alicerce.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Alicerce.podspec b/Alicerce.podspec index c679032e..328cd054 100644 --- a/Alicerce.podspec +++ b/Alicerce.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Alicerce' - s.version = '0.2.0' + s.version = '0.2.1' s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = 'https://github.com/Mindera/Alicerce.git' s.authors = { 'Mindera' => 'ios@mindera.com' } @@ -13,7 +13,7 @@ Pod::Spec.new do |s| It is designed with an MVVM architecture in mind, but you'll find most components are architecture agnostic. DESC - s.source = { :git => 'https://github.com/Mindera/Alicerce.git', :tag => '0.2.0' } + s.source = { :git => 'https://github.com/Mindera/Alicerce.git', :tag => "#{s.version}" } s.module_name = 'Alicerce' s.swift_version = '4.1'