From 04093927adbc5c1ecfcf73ee60d9b89ef8462ad8 Mon Sep 17 00:00:00 2001 From: Tuomas Artman Date: Wed, 14 Jun 2017 17:05:14 +0200 Subject: [PATCH] Updates version to 2.5.1 --- README.md | 4 ++-- UberSignals.podspec | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c986cba..365c278 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Signals is an eventing library that enables you to implement the Observable patt To integrate Signals into your project add the following to your `Podfile`: ```ruby -pod 'UberSignals', '~> 2.0' +pod 'UberSignals', '~> 2.5' ``` #### Carthage @@ -32,7 +32,7 @@ pod 'UberSignals', '~> 2.0' To integrate Signals into your project using Carthage add the following to your `Cartfile`: ```ruby -github "uber/signals-ios" ~> 2.0 +github "uber/signals-ios" ~> 2.5 ``` ## Introduction diff --git a/UberSignals.podspec b/UberSignals.podspec index c7dd661..f772d34 100644 --- a/UberSignals.podspec +++ b/UberSignals.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'UberSignals' - s.version = '2.5.0' + s.version = '2.5.1' s.license = { :type => 'MIT' } s.summary = 'Signals is an eventing framework that enables you to implement the Observable pattern without using NSNotifications.' s.homepage = 'https://github.com/uber/signals-ios' @@ -19,5 +19,4 @@ Pod::Spec.new do |s| s.ios.frameworks = 'Foundation' s.osx.frameworks = 'Foundation' - end