Skip to content

Commit 1b7808a

Browse files
committed
Bumps up major version.
1 parent c811fa1 commit 1b7808a

File tree

4 files changed

+4
-4
lines changed

4 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" ~> 4.4
1+
github "ReactiveX/RxSwift" ~> 5.0

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" "4.5.0"
1+
github "ReactiveX/RxSwift" "5.0.0"

Differentiator.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 = "Differentiator"
3-
s.version = "4.0.0"
3+
s.version = "5.0.0"
44
s.summary = "Diff algorithm for UITableView and UICollectionView."
55
s.description = <<-DESC
66
Diff algorithm for UITableView and UICollectionView.

RxDataSources.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ data
3737
s.swift_version = '5.0'
3838

3939
s.source_files = 'Sources/RxDataSources/**/*.swift'
40-
s.dependency 'Differentiator', '~> 4.0'
40+
s.dependency 'Differentiator', '~> 5.0'
4141
s.dependency 'RxSwift', '~> 5.0'
4242
s.dependency 'RxCocoa', '~> 5.0'
4343

0 commit comments

Comments
 (0)