Skip to content

Commit efca6c9

Browse files
fasskofreak4pc
authored andcommitted
* remove deprecated .swift-version file
* change version in Changelog and podspec * use new Xcode for building
1 parent 3654f78 commit efca6c9

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Current master
66

77
- Nothing yet!
88

9-
4.5.0
9+
5.0.0
1010
-----
1111
- Update to Swift 5.0 and Xcode 10.2 See [#59](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/67) - [@fassko](https://github.com/fassko)
1212

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 = "4.5.0"
3+
s.version = "5.0.0"
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!

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
machine:
22
xcode:
3-
version: 10.0.0
3+
version: 10.2.0
44
environment:
55
LANG: en_US.UTF-8
66
dependencies:

0 commit comments

Comments
 (0)