Skip to content

Commit 8fd2cad

Browse files
author
Tony DiPasquale
committed
Update version to 4.0.0
1 parent 5fdd798 commit 8fd2cad

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Argo.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Argo'
3-
spec.version = '3.0.1'
3+
spec.version = '4.0.0'
44
spec.summary = 'Functional JSON parsing library for Swift.'
55
spec.homepage = 'https://github.com/thoughtbot/Argo'
66
spec.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
1313
spec.source = { :git => 'https://github.com/thoughtbot/Argo.git', :tag => "v#{spec.version}" }
1414
spec.source_files = 'Argo/**/*.{h,swift}'
1515

16-
spec.dependency 'Runes', '>= 3.0.0'
16+
spec.dependency 'Runes', '>= 4.0.0'
1717

1818
spec.requires_arc = true
1919
spec.compiler_flags = '-whole-module-optimization'

Argo/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.1</string>
18+
<string>4.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "thoughtbot/Runes" "master"
1+
github "thoughtbot/Runes" ~> 4.0.0

Cartfile.private

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "thoughtbot/Curry" "master"
1+
github "thoughtbot/Curry" ~> 3.0.0

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "thoughtbot/Curry" "408134ffa8dd1c09b0050f65eae300381b934bf6"
2-
github "thoughtbot/Runes" "e00cf681ec03a2dbf2b4cd6dd1e24d522f55474b"
1+
github "thoughtbot/Curry" "v3.0.0"
2+
github "thoughtbot/Runes" "v4.0.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Here is the current Swift compatibility breakdown:
2323

2424
| Swift Version | Argo Version |
2525
| ------------- | ------------ |
26-
| 3.X | master |
26+
| 3.X | 4.X |
2727
| 2.2, 2.3 | 3.X |
2828
| 2.0, 2.1 | 2.X |
2929
| 1.2 - 2.0 | 1.X |

0 commit comments

Comments
 (0)