Skip to content

Commit

Permalink
Bump to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Jan 10, 2022
1 parent 5d8bf6c commit a755cef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,7 @@
# ThirdPartyMailer changelog


## 2.0 (work in progress)
## 2.0.0

- Add `ThirdPartyMailClient.systemDefault` (`mailto:`)
- Support `cc` and `bcc` parameters
Expand All @@ -15,7 +15,7 @@
- Require iOS 10


## 1.8
## 1.8.0

- Carthage support

Expand Down
4 changes: 2 additions & 2 deletions ThirdPartyMailer.podspec.json
@@ -1,6 +1,6 @@
{
"name": "ThirdPartyMailer",
"version": "1.8.0",
"version": "2.0.0",
"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.8.0"
"tag": "2.0.0"
},
"source_files": "Sources/ThirdPartyMailer/*.swift",
"platforms": {
Expand Down

0 comments on commit a755cef

Please sign in to comment.