Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit cc1f520

Browse files
authored
⚡ Release 2.2.1 (#130)
- Bumps starscream dependency to 2.1.1
1 parent a9c0ee3 commit cc1f520

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "BoltsFramework/Bolts-Swift"
22
github "ParsePlatform/Parse-SDK-iOS-OSX" == 1.15.0
3-
github "daltoniam/Starscream" == 2.1.0
3+
github "daltoniam/Starscream" == 2.1.1

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github "BoltsFramework/Bolts-ObjC" "1.8.4"
22
github "BoltsFramework/Bolts-Swift" "1.3.0"
3-
github "daltoniam/Starscream" "2.1.0"
3+
github "daltoniam/Starscream" "2.1.1"
44
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.15.0"

ParseLiveQuery.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ParseLiveQuery'
3-
s.version = '2.2.0'
3+
s.version = '2.2.1'
44
s.license = { :type => 'BSD' }
55
s.summary = 'Allows for subscriptions to queries in conjunction with parse-server.'
66
s.homepage = 'https://github.com/ParsePlatform/parse-server'
@@ -21,5 +21,5 @@ Pod::Spec.new do |s|
2121

2222
s.dependency 'Parse', '~> 1.15.0'
2323
s.dependency 'Bolts-Swift', '~> 1.3'
24-
s.dependency 'Starscream', '2.1.0'
24+
s.dependency 'Starscream', '2.1.1'
2525
end

0 commit comments

Comments
 (0)