Skip to content

Commit

Permalink
3.0.0-beta.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Oct 1, 2017
1 parent 155d102 commit 716d929
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 = "3.0.0-beta.0"
s.version = "3.0.0-beta.1"
s.summary = "Diff algorithm for UITableView and UICollectionView."
s.description = <<-DESC
Diff algorithm for UITableView and UICollectionView.
Expand Down
8 changes: 4 additions & 4 deletions 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 = "3.0.0-beta.0"
s.version = "3.0.0-beta.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 Expand Up @@ -36,9 +36,9 @@ data
s.requires_arc = true

s.source_files = 'Sources/RxDataSources/**/*.swift'
s.dependency 'Differentiator', '~> 3.0.0-beta.0'
s.dependency 'RxSwift', '~> 4.0.0-beta.0'
s.dependency 'RxCocoa', '~> 4.0.0-beta.0'
s.dependency 'Differentiator', '~> 3.0.0-beta.1'
s.dependency 'RxSwift', '~> 4.0.0-beta.1'
s.dependency 'RxCocoa', '~> 4.0.0-beta.1'

s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Differentiator/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<string>3.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/RxDataSources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.2</string>
<string>3.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 716d929

Please sign in to comment.