Skip to content

Commit 3228a87

Browse files
committed
Version bump.
1 parent 14dbbcb commit 3228a87

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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 = "3.7.0"
3+
s.version = "3.8.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 button press, but also useful to pass actions to execute later

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
Changelog
22
=========
33

4+
45
Current master
56
--------------
7+
8+
- Nothing yet!
9+
10+
3.8.0
11+
-----
12+
613
- Fix build failure on New Build System (default on Xcode 10) [#151](https://github.com/RxSwiftCommunity/Action/pull/151)
714

815
3.7.0

0 commit comments

Comments
 (0)