Skip to content

Commit 58cd60b

Browse files
committed
Version bump.
1 parent 59299c7 commit 58cd60b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Current master
66

77
- Nothing yet!
88

9+
3.0.1
10+
-----
11+
12+
- Fixes Carthage install problems wiht 3.0.0 release. See [#44](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/44) - [@mono0926](https://github.com/mono0926)
13+
914
3.0.0
1015
-----
1116

NSObject+Rx.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 = "NSObject+Rx"
3-
s.version = "3.0.0"
3+
s.version = "3.0.1"
44
s.summary = "Handy RxSwift extensions on NSObject."
55
s.description = <<-DESC
66
Right now, we just have a `rx_disposeBag` property, but we're open to PRs!

0 commit comments

Comments
 (0)