Skip to content

Commit 92a7831

Browse files
committed
Fixes dependency versions.
1 parent d5c33cf commit 92a7831

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "5.0.0"
3+
s.version = "4.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', '~> 5.0'
40+
s.dependency 'Differentiator', '~> 4.0'
4141
s.dependency 'RxSwift', '~> 5.0'
4242
s.dependency 'RxCocoa', '~> 5.0'
4343

0 commit comments

Comments
 (0)