Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Apr 20, 2019
1 parent 94ec347 commit 49e8be3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Master
## 4.0.0

##### Breaking

Expand Down
3 changes: 2 additions & 1 deletion TMLPersistentContainer.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }
# s.social_media_url = "https://twitter.com/johnfairh"
s.license = { :type => "ISC", :file => "LICENSE" }
Expand All @@ -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

0 comments on commit 49e8be3

Please sign in to comment.