Skip to content

Commit 1e141cf

Browse files
committed
Merge pull request #15 from uber/tuomas/bump-podspec
Bumping podspec
2 parents fe733e7 + 94ae534 commit 1e141cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ MutableDictionarySignal, fires a NSMutableDictionary
185185
## Communication
186186

187187
- If you **find a bug**, open an issue or submit a fix via a pull request.
188-
- If you **have a feature request**, open an issue or submit an implementation via a pull request
188+
- If you **have a feature request**, open an issue or submit an implementation via a pull request onto the **development** branch
189189
- If you **want to contribute**, submit a pull request.
190190

191191
## License

UberSignals.podspec

Lines changed: 1 addition & 1 deletion
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.1.0'
3+
s.version = '2.2.0'
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'

0 commit comments

Comments
 (0)