We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4fbcf commit a30ff35Copy full SHA for a30ff35
README.md
@@ -21,12 +21,12 @@ Allows publish-subscribe-style communication between components without requirin
21
### Cocoapods
22
23
```bash
24
-pod 'SwiftEventBus', :tag => '5.0.1', :git => 'https://github.com/cesarferreira/SwiftEventBus.git'
+pod 'SwiftEventBus', :tag => '5.1.0', :git => 'https://github.com/cesarferreira/SwiftEventBus.git'
25
```
26
27
### Carthage
28
29
-github "cesarferreira/SwiftEventBus" == 5.0.1
+github "cesarferreira/SwiftEventBus" == 5.1.0
30
31
32
### Versions
0 commit comments