Skip to content

Commit

Permalink
Bump Core SDK version to 1.1.1
Browse files Browse the repository at this point in the history
Bump Core SDK version to latest 1.1.1 release.
  • Loading branch information
igorkravchenko authored and yurii-glia committed Sep 6, 2023
1 parent 1799d1f commit d780fe1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion GliaWidgets.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Pod::Spec.new do |s|
}
s.exclude_files = ['GliaWidgets/Window/**']

s.dependency 'GliaCoreSDK', '1.0.7'
s.dependency 'GliaCoreSDK', '1.1.1'
end
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ let package = Package(
),
.binaryTarget(
name: "GliaCoreSDK",
url: "https://github.com/salemove/ios-bundle/releases/download/1.0.7/GliaCoreSDK.xcframework.zip",
checksum: "f023c8db6761fa62d8375e3d076b702eb6782fc874d3d72b934321aabef73422"
url: "https://github.com/salemove/ios-bundle/releases/download/1.1.1/GliaCoreSDK.xcframework.zip",
checksum: "7035aa742cc37ec7006331b1e3ac9ecc2916bce65d965df24cdd8c3f264bd3de"
),
.binaryTarget(
name: "GliaWidgetsXcf",
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PODS:
- AccessibilitySnapshot/Core
- SnapshotTesting (~> 1.0)
- GliaCoreDependency (1.2)
- GliaCoreSDK (1.1.0):
- GliaCoreSDK (1.1.1):
- GliaCoreDependency (= 1.2)
- TwilioVoice (= 6.3.1)
- WebRTC-lib (= 96.0.0)
Expand All @@ -34,7 +34,7 @@ SPEC REPOS:
SPEC CHECKSUMS:
AccessibilitySnapshot: a91e4a69f870188b51f43863d9fc7269d07cdd93
GliaCoreDependency: 87b3897f0d85321ecf77f1faa829211ad527e54d
GliaCoreSDK: 433f45ba0b068adf038c252511bce992f153f093
GliaCoreSDK: 1a90a55585c5cd951e5bbe2e3efc57a61642a419
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftLint: 13280e21cdda6786ad908dc6e416afe5acd1fcb7
TwilioVoice: 098a959181d4607921f5822d3c9f13043ea4075b
Expand Down
2 changes: 1 addition & 1 deletion templates/GliaWidgets.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Pod::Spec.new do |s|
}
s.exclude_files = ['GliaWidgets/Window/**']

s.dependency 'GliaCoreSDK', '1.0.7'
s.dependency 'GliaCoreSDK', '1.1.1'
end

0 comments on commit d780fe1

Please sign in to comment.