Skip to content

Commit

Permalink
Update version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony DiPasquale committed Oct 12, 2016
1 parent e00cf68 commit 26db7d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Here is the current Swift compatibility breakdown:

| Swift Version | Runes Version |
| ------------- | ------------- |
| 3.X | master |
| 3.X | 4.X |
| 2.X | 3.X |
| 1.2 | 1.2, 2.X |
| 1.1 | < 1.2 |
Expand Down
2 changes: 1 addition & 1 deletion Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.2.1</string>
<string>4.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Runes.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Runes'
spec.version = '3.2.1'
spec.version = '4.0.0'
spec.summary = 'Functional operators for Swift'
spec.homepage = 'https://github.com/thoughtbot/runes'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 26db7d5

Please sign in to comment.