From a30ff35e616f507d8a8d122dac32a2150371a87e Mon Sep 17 00:00:00 2001 From: Cesar Ferreira Date: Wed, 17 Mar 2021 11:41:52 +0000 Subject: [PATCH] bumped to 5.1.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 469ccab..e665fea 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.1', :git => 'https://github.com/cesarferreira/SwiftEventBus.git' +pod 'SwiftEventBus', :tag => '5.1.0', :git => 'https://github.com/cesarferreira/SwiftEventBus.git' ``` ### Carthage ```bash -github "cesarferreira/SwiftEventBus" == 5.0.1 +github "cesarferreira/SwiftEventBus" == 5.1.0 ``` ### Versions