From 49e8be37a32c31fb21faa05565d39ae10b646d87 Mon Sep 17 00:00:00 2001 From: John Fairhurst Date: Sat, 20 Apr 2019 11:28:56 +0100 Subject: [PATCH] Release 4.0.0 --- .swift-version | 1 - CHANGELOG.md | 2 +- TMLPersistentContainer.podspec | 3 ++- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .swift-version diff --git a/.swift-version b/.swift-version deleted file mode 100644 index 5186d07..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e031eb..6a04dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 4.0.0 ##### Breaking diff --git a/TMLPersistentContainer.podspec b/TMLPersistentContainer.podspec index 00bc68b..7007ca1 100644 --- a/TMLPersistentContainer.podspec +++ b/TMLPersistentContainer.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TMLPersistentContainer" - s.version = "3.0.0" + s.version = "4.0.0" s.authors = { "John Fairhurst" => "johnfairh@gmail.com" } # s.social_media_url = "https://twitter.com/johnfairh" s.license = { :type => "ISC", :file => "LICENSE" } @@ -21,4 +21,5 @@ Pod::Spec.new do |s| s.tvos.deployment_target = "10.0" s.source_files = "Sources/*swift" s.frameworks = "Foundation", "CoreData" + s.swift_version = '5.0' end