Skip to content

Commit 4319b93

Browse files
committed
Update version in README
[#121863151]
1 parent b6bbb8f commit 4319b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Test-driven from Swift and implemented in Objective-C, to avoid burdening Object
3232
1. Create a Cartfile with the following line:
3333

3434
```
35-
github "rabbitmq/rabbitmq-objc-client" ~> 0.7
35+
github "rabbitmq/rabbitmq-objc-client" ~> 0.8
3636
```
3737

3838
Run carthage, for example in a new project:
@@ -53,7 +53,7 @@ this list.
5353
1. Add the following to your Podfile:
5454

5555
```
56-
pod 'RMQClient', '~> 0.7'
56+
pod 'RMQClient', '~> 0.8'
5757
```
5858
We recommend adding `use_frameworks!` to enable modular imports (Objective-C only).
5959
1. Run `pod install`.

0 commit comments

Comments
 (0)