Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
[#121863151]
  • Loading branch information
camelpunch committed Jul 1, 2016
1 parent b6bbb8f commit 4319b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Test-driven from Swift and implemented in Objective-C, to avoid burdening Object
1. Create a Cartfile with the following line:

```
github "rabbitmq/rabbitmq-objc-client" ~> 0.7
github "rabbitmq/rabbitmq-objc-client" ~> 0.8
```

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

```
pod 'RMQClient', '~> 0.7'
pod 'RMQClient', '~> 0.8'
```
We recommend adding `use_frameworks!` to enable modular imports (Objective-C only).
1. Run `pod install`.
Expand Down

0 comments on commit 4319b93

Please sign in to comment.