diff --git a/CHANGELOG.md b/CHANGELOG.md index 1268f76..7f600d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # ThirdPartyMailer changelog -## 1.6 (work in progress) +## 1.6 - Add open client method diff --git a/README.md b/README.md index 5f6d444..1625486 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ ThirdPartyMailer is written in Swift 5.0, requires iOS 8.0 and above, Xcode 1 ## Credits -ThirdPartyMailer was created by [Vincent Tourraine](http://www.vtourraine.net). +ThirdPartyMailer was created by [Vincent Tourraine](https://www.vtourraine.net). ## License diff --git a/ThirdPartyMailer.podspec.json b/ThirdPartyMailer.podspec.json index 17d073f..68db02e 100644 --- a/ThirdPartyMailer.podspec.json +++ b/ThirdPartyMailer.podspec.json @@ -1,6 +1,6 @@ { "name": "ThirdPartyMailer", - "version": "1.5", + "version": "1.6", "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.5" + "tag": "1.6" }, "source_files": "Sources/ThirdPartyMailer/*.swift", "platforms": {