Skip to content

Commit 288e2c6

Browse files
committed
Version update.
1 parent 1c12859 commit 288e2c6

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Changelog.md

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

7+
5.0.3
8+
-----
9+
10+
**Note**: This is an SPM-only release. It's functionally identical to 5.0.2 for CocoaPods and Carthage users.
11+
12+
- Adds support for SPM. See [#79](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/79) - [@pomozoff](https://github.com/pomozoff)
13+
714
5.0.2
815
-----
916
- Add the public modifier access to the disposeBag property. See [#74](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/74) - [@Vkt0r](https://github.com/Vkt0r)

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 = "5.0.2"
3+
s.version = "5.0.3"
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)