From cea5121162d88f233f392f63acbc8468fdd77927 Mon Sep 17 00:00:00 2001 From: Cesar Ferreira Date: Wed, 4 Dec 2019 00:07:42 +0000 Subject: [PATCH] changed readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0a2a13..469ccab 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ Allows publish-subscribe-style communication between components without requirin ### Cocoapods ```bash -pod 'SwiftEventBus', :tag => '5.0.0', :git => 'https://github.com/cesarferreira/SwiftEventBus.git' +pod 'SwiftEventBus', :tag => '5.0.1', :git => 'https://github.com/cesarferreira/SwiftEventBus.git' ``` ### Carthage ```bash -github "cesarferreira/SwiftEventBus" == 5.0.0 +github "cesarferreira/SwiftEventBus" == 5.0.1 ``` ### Versions