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