Skip to content

Commit 716d929

Browse files
committed
3.0.0-beta.1 release
1 parent 155d102 commit 716d929

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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 = "3.0.0-beta.0"
3+
s.version = "3.0.0-beta.1"
44
s.summary = "Diff algorithm for UITableView and UICollectionView."
55
s.description = <<-DESC
66
Diff algorithm for UITableView and UICollectionView.

RxDataSources.podspec

Lines changed: 4 additions & 4 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 = "3.0.0-beta.0"
3+
s.version = "3.0.0-beta.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.
@@ -36,9 +36,9 @@ data
3636
s.requires_arc = true
3737

3838
s.source_files = 'Sources/RxDataSources/**/*.swift'
39-
s.dependency 'Differentiator', '~> 3.0.0-beta.0'
40-
s.dependency 'RxSwift', '~> 4.0.0-beta.0'
41-
s.dependency 'RxCocoa', '~> 4.0.0-beta.0'
39+
s.dependency 'Differentiator', '~> 3.0.0-beta.1'
40+
s.dependency 'RxSwift', '~> 4.0.0-beta.1'
41+
s.dependency 'RxCocoa', '~> 4.0.0-beta.1'
4242

4343
s.ios.deployment_target = '8.0'
4444
s.tvos.deployment_target = '9.0'

Sources/Differentiator/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.2</string>
18+
<string>3.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Sources/RxDataSources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.2</string>
18+
<string>3.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)