Skip to content

Commit

Permalink
Update podspecs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Apr 30, 2019
1 parent 5c1a2f3 commit a18cee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Differentiator.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Differentiator"
s.version = "4.0.0"
s.version = "4.0.1"
s.summary = "Diff algorithm for UITableView and UICollectionView."
s.description = <<-DESC
Diff algorithm for UITableView and UICollectionView.
Expand Down
2 changes: 1 addition & 1 deletion RxDataSources.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxDataSources"
s.version = "4.0.0"
s.version = "4.0.1"
s.summary = "This is a collection of reactive data sources for UITableView and UICollectionView."
s.description = <<-DESC
This is a collection of reactive data sources for UITableView and UICollectionView.
Expand Down

0 comments on commit a18cee0

Please sign in to comment.