From 779da6ce0793b461ccbbac2804755c1e29b6fa63 Mon Sep 17 00:00:00 2001 From: Vincent Tourraine Date: Wed, 28 Jul 2021 11:44:24 +0200 Subject: [PATCH] Bump to version 1.8.0 --- CHANGELOG.md | 2 +- LICENSE.txt | 2 +- ThirdPartyMailer.podspec.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb740f..df2eaa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # ThirdPartyMailer changelog -## 1.8 (work in progress) +## 1.8 - Carthage support diff --git a/LICENSE.txt b/LICENSE.txt index 923d35d..369219a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2016-2020 Vincent Tourraine (http://www.vtourraine.net) +Copyright (c) 2016-2021 Vincent Tourraine (https://www.vtourraine.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/ThirdPartyMailer.podspec.json b/ThirdPartyMailer.podspec.json index 32d9b4e..d79d825 100644 --- a/ThirdPartyMailer.podspec.json +++ b/ThirdPartyMailer.podspec.json @@ -1,6 +1,6 @@ { "name": "ThirdPartyMailer", - "version": "1.7.1", + "version": "1.8.0", "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.7.1" + "tag": "1.8.0" }, "source_files": "Sources/ThirdPartyMailer/*.swift", "platforms": {