Skip to content

Commit 8b40563

Browse files
committed
Set version 2.1.1
1 parent 6c13748 commit 8b40563

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Action.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Action"
3-
s.version = "2.1.0"
3+
s.version = "2.1.1"
44
s.summary = "Abstracts actions to be performed in RxSwift."
55
s.description = <<-DESC
66
Encapsulates an action to be performed, usually by a UIButton press.

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Then run `pod install` and that'll be 👌
8282
Add this to `Cartfile`
8383

8484
```
85-
github "RxSwiftCommunity/Action" ~> 2.1.0
85+
github "RxSwiftCommunity/Action" ~> 2.1.1
8686
```
8787

8888
then run

Sources/Action/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.0</string>
18+
<string>2.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)