Skip to content

Commit fa794db

Browse files
committed
Release 1.0.0-rc.1
1 parent ba1508d commit fa794db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" "3.0.0-beta.2"
1+
github "ReactiveX/RxSwift" "3.0.0-rc.1"

RxDataSources.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxDataSources"
3-
s.version = "1.0.0-beta.3"
3+
s.version = "1.0.0-rc.1"
44
s.summary = "This is a collection of reactive data sources for UITableView and UICollectionView."
55
s.description = <<-DESC
66
This is a collection of reactive data sources for UITableView and UICollectionView.
@@ -40,6 +40,6 @@ data
4040

4141
s.source_files = 'Sources/**/*.swift'
4242

43-
s.dependency 'RxSwift', '~> 3.0.0-beta.2'
44-
s.dependency 'RxCocoa', '~> 3.0.0-beta.2'
43+
s.dependency 'RxSwift', '~> 3.0.0-rc.1'
44+
s.dependency 'RxCocoa', '~> 3.0.0-rc.1'
4545
end

0 commit comments

Comments
 (0)