Skip to content

Commit e7ec82d

Browse files
committed
Release 0.2.2
1 parent 4981ccf commit e7ec82d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RxQueryKit.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'RxQueryKit'
3-
spec.version = '0.2.1'
3+
spec.version = '0.2.2'
44
spec.summary = 'RxSwift extensions for dealing with QueryKit'
55
spec.homepage = 'https://github.com/QueryKit/RxQueryKit'
66
spec.license = { :type => 'BSD', :file => 'LICENSE' }
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212
spec.ios.deployment_target = '8.0'
1313
spec.osx.deployment_target = '10.9'
1414
spec.requires_arc = true
15-
spec.dependency 'RxSwift', '2.0-alpha.3'
15+
spec.dependency 'RxSwift', '2.0.0-alpha.3'
1616
spec.dependency 'QueryKit', '~> 0.11.0'
1717
end
1818

0 commit comments

Comments
 (0)