Skip to content

Commit 8b9263f

Browse files
authored
Merge pull request #42 from uber/update-version
Updates version to 2.5.1
2 parents e1cfb9a + 0409392 commit 8b9263f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Signals is an eventing library that enables you to implement the Observable patt
2424
To integrate Signals into your project add the following to your `Podfile`:
2525

2626
```ruby
27-
pod 'UberSignals', '~> 2.0'
27+
pod 'UberSignals', '~> 2.5'
2828
```
2929

3030
#### Carthage
3131

3232
To integrate Signals into your project using Carthage add the following to your `Cartfile`:
3333

3434
```ruby
35-
github "uber/signals-ios" ~> 2.0
35+
github "uber/signals-ios" ~> 2.5
3636
```
3737

3838
## Introduction

UberSignals.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'UberSignals'
3-
s.version = '2.5.0'
3+
s.version = '2.5.1'
44
s.license = { :type => 'MIT' }
55
s.summary = 'Signals is an eventing framework that enables you to implement the Observable pattern without using NSNotifications.'
66
s.homepage = 'https://github.com/uber/signals-ios'
@@ -19,5 +19,4 @@ Pod::Spec.new do |s|
1919

2020
s.ios.frameworks = 'Foundation'
2121
s.osx.frameworks = 'Foundation'
22-
2322
end

0 commit comments

Comments
 (0)