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": {