Skip to content

Commit

Permalink
Bump Podspec to 2.0.0 & add .swift-version file
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Oct 20, 2017
1 parent 81d415c commit 7a21611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .swift-version
@@ -0,0 +1 @@
4.0
2 changes: 1 addition & 1 deletion Require.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Require"
s.version = "1.0.1"
s.version = "2.0.0"
s.summary = "Require optional values to be non-nil, or crash gracefully"
s.description = <<-DESC
Easily require optional values to be non-nil, or crash gracefully
Expand Down

0 comments on commit 7a21611

Please sign in to comment.