File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Action"
3
- s . version = "2.1.0 "
3
+ s . version = "2.1.1 "
4
4
s . summary = "Abstracts actions to be performed in RxSwift."
5
5
s . description = <<-DESC
6
6
Encapsulates an action to be performed, usually by a UIButton press.
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Then run `pod install` and that'll be 👌
82
82
Add this to ` Cartfile `
83
83
84
84
```
85
- github "RxSwiftCommunity/Action" ~> 2.1.0
85
+ github "RxSwiftCommunity/Action" ~> 2.1.1
86
86
```
87
87
88
88
then run
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.1.0 </string >
18
+ <string >2.1.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments