Skip to content

Commit 769306f

Browse files
authored
Update README.md
1 parent 526d29f commit 769306f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ A fast, zero-dependency MessagePack implementation written in Swift 3. Supports
1515
To use CocoaPods, add the following to your Podfile:
1616

1717
```ruby
18-
pod 'MessagePack.swift', '~> 2.0.0'
18+
pod 'MessagePack.swift', '~> 2.1.0'
1919
```
2020

2121
### Carthage
2222

2323
To use Carthage, add the following to your Cartfile:
2424

2525
```ogdl
26-
github "a2/MessagePack.swift" >= 2.0.2
26+
github "a2/MessagePack.swift" >= 2.1.0
2727
```
2828

2929
### SPM (Swift Package Manager)
@@ -36,7 +36,7 @@ import PackageDescription
3636
let package = Package(
3737
name: "MyAwesomeApp",
3838
dependencies: [
39-
.Package(url: "https://github.com/a2/MessagePack.swift.git", majorVersion: 2, minor: 0),
39+
.Package(url: "https://github.com/a2/MessagePack.swift.git", majorVersion: 2, minor: 1),
4040
]
4141
)
4242
```

0 commit comments

Comments
 (0)