From 92e56cab39c9aecd3e6d85eb5e4ea12986cc3f98 Mon Sep 17 00:00:00 2001 From: Vincent Tourraine Date: Tue, 15 May 2018 13:14:26 +0200 Subject: [PATCH] Bump to version 1.2 --- CHANGELOG.md | 2 +- ThirdPartyMailer.podspec.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f7af0..66f09d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # ThirdPartyMailer changelog -## 1.2 (work in progress) +## 1.2 - Add Microsoft Outlook support - Add Yahoo Mail support diff --git a/ThirdPartyMailer.podspec.json b/ThirdPartyMailer.podspec.json index 504a706..1d5885f 100644 --- a/ThirdPartyMailer.podspec.json +++ b/ThirdPartyMailer.podspec.json @@ -1,6 +1,6 @@ { "name": "ThirdPartyMailer", - "version": "1.1", + "version": "1.2", "summary": "Interact with third-party iOS mail clients, using custom URL schemes.", "homepage": "https://github.com/vtourraine/ThirdPartyMailer", "license": { @@ -13,7 +13,7 @@ "social_media_url": "http://twitter.com/vtourraine", "source": { "git": "https://github.com/vtourraine/ThirdPartyMailer.git", - "tag": "1.1" + "tag": "1.2" }, "source_files": "Source/*.swift", "platforms": {