Skip to content

Commit

Permalink
Version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Feb 26, 2020
1 parent 1c12859 commit 288e2c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Changelog
Current master
--------------

5.0.3
-----

**Note**: This is an SPM-only release. It's functionally identical to 5.0.2 for CocoaPods and Carthage users.

- Adds support for SPM. See [#79](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/79) - [@pomozoff](https://github.com/pomozoff)

5.0.2
-----
- Add the public modifier access to the disposeBag property. See [#74](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/74) - [@Vkt0r](https://github.com/Vkt0r)
Expand Down
2 changes: 1 addition & 1 deletion NSObject+Rx.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NSObject+Rx"
s.version = "5.0.2"
s.version = "5.0.3"
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!
Expand Down

0 comments on commit 288e2c6

Please sign in to comment.