diff --git a/Changelog.md b/Changelog.md index f2939bc..a5d381c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,11 @@ Current master - Nothing yet! +3.0.1 +----- + +- Fixes Carthage install problems wiht 3.0.0 release. See [#44](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/44) - [@mono0926](https://github.com/mono0926) + 3.0.0 ----- diff --git a/NSObject+Rx.podspec b/NSObject+Rx.podspec index a16cc1c..ad0f2e7 100644 --- a/NSObject+Rx.podspec +++ b/NSObject+Rx.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "NSObject+Rx" - s.version = "3.0.0" + s.version = "3.0.1" s.summary = "Handy RxSwift extensions on NSObject." s.description = <<-DESC Right now, we just have a `rx_disposeBag` property, but we're open to PRs!