From bd036e8171908a37edf5522a23c5567ffe3c5341 Mon Sep 17 00:00:00 2001 From: Kevin Lefevre Date: Thu, 21 Sep 2017 11:27:57 +0200 Subject: [PATCH] Bump to v0.5.0 --- Postal.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Postal.podspec b/Postal.podspec index 3cb3410..8a82d5f 100644 --- a/Postal.podspec +++ b/Postal.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Postal' - s.version = '0.4.3' + s.version = '0.5.0' s.summary = 'A swift framework for working with emails.' s.description = 'A Swift framework for working with emails. Simple and quick to use. Built on top of libetpan.' s.homepage = 'https://github.com/snipsco/Postal'