From f4933009b2cfd30a978f6d8ae083dd39e575380e Mon Sep 17 00:00:00 2001 From: Timothy Moose Date: Mon, 6 Mar 2017 06:12:29 -0600 Subject: [PATCH] Update podspec --- CHANGELOG.md | 5 +++++ SwiftMessages.podspec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 921fbbce..ed786cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +## [3.2.1](https://github.com/SwiftKickMobile/SwiftMessages/releases/tag/3.2.1) + +### Bug Fixes +* Fix infinite loop bug introduced in 3.2.0. + ## [3.2.0](https://github.com/SwiftKickMobile/SwiftMessages/releases/tag/3.2.0) ### Features diff --git a/SwiftMessages.podspec b/SwiftMessages.podspec index 1cd8e26f..c82c145c 100644 --- a/SwiftMessages.podspec +++ b/SwiftMessages.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |spec| spec.name = 'SwiftMessages' - spec.version = '3.2.0' + spec.version = '3.2.1' spec.license = { :type => 'MIT' } spec.homepage = 'https://github.com/SwiftKickMobile/SwiftMessages' spec.authors = { 'Timothy Moose' => 'tim@swiftkick.it' } spec.summary = 'A very flexible message bar for iOS written in Swift.' - spec.source = {:git => 'https://github.com/SwiftKickMobile/SwiftMessages.git', :tag => '3.2.0'} + spec.source = {:git => 'https://github.com/SwiftKickMobile/SwiftMessages.git', :tag => '3.2.1'} spec.platform = :ios, '8.0' spec.ios.deployment_target = '8.0' spec.source_files = 'SwiftMessages/**/*.swift'