Skip to content

Commit

Permalink
Bump to version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Oct 18, 2019
1 parent 61a2d0d commit 5b81c6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# ThirdPartyMailer changelog

## 1.6 (work in progress)
## 1.6

- Add open client method

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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": {
Expand All @@ -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": {
Expand Down

0 comments on commit 5b81c6a

Please sign in to comment.