Skip to content

Commit f3c7c84

Browse files
authored
Merge pull request #60 from RxSwiftCommunity/release/2.1.0
2.1.0 release
2 parents e672085 + cd16522 commit f3c7c84

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Action.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 = "Action"
3-
s.version = "2.0.0"
3+
s.version = "2.1.0"
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.

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changelog
44
Current master
55
--------------
66

7+
2.1.0
8+
-----
9+
10+
- Refactors internal implementation. See [#56](https://github.com/RxSwiftCommunity/Action/pull/56) and [#59](https://github.com/RxSwiftCommunity/Action/pull/59).
11+
- Adds SwiftPM support. See [#58](https://github.com/RxSwiftCommunity/Action/pull/58).
12+
713
2.0.0-beta.1
814
------------
915

Sources/Action/Info.plist

Lines changed: 1 addition & 1 deletion
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>1.2.1</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)