Skip to content

Commit 637b5cf

Browse files
README: recommend v0.13.0
1 parent 729260a commit 637b5cf

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
@@ -22,7 +22,7 @@ This library depends on
2222
1. Create a Cartfile with the following line:
2323

2424
```
25-
github "rabbitmq/rabbitmq-objc-client" "v0.12.0"
25+
github "rabbitmq/rabbitmq-objc-client" "v0.13.0"
2626
```
2727

2828
Run Carthage, for example in a new project:
@@ -44,7 +44,7 @@ Run Carthage, for example in a new project:
4444
1. Add the following to your Podfile:
4545

4646
```
47-
pod 'RMQClient', '~> 0.12.0'
47+
pod 'RMQClient', git: 'https://github.com/rabbitmq/rabbitmq-objc-client.git'
4848
```
4949
We recommend adding `use_frameworks!` to enable modular imports (Objective-C only).
5050
1. Run `pod install`.

0 commit comments

Comments
 (0)