Skip to content

Commit

Permalink
[RELEASE] New version 2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Feb 28, 2024
1 parent c66c6e7 commit 713e701
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "zendesk/sdk_conversation_kit_ios" ~> 3.1.0
github "zendesk/sdk_ui_components_ios" ~> 6.0.0
github "zendesk/sdk_ui_components_ios" ~> 6.0.1
github "zendesk/sdk_zendesk_ios" ~> 2.1.0
github "zendesk/sdk_core_utilities_ios" ~> 2.1.0
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
.package(
name: "ZendeskSDKUIComponents",
url: "https://github.com/zendesk/sdk_ui_components_ios",
from: "6.0.0"
from: "6.0.1"
),
.package(
name: "ZendeskSDK",
Expand Down
4 changes: 2 additions & 2 deletions ZendeskSDKMessaging.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ZendeskSDKMessaging"
s.version = "2.18.0"
s.version = "2.18.1"
s.summary = "ZendeskSDKMessaging #{s.version.to_s}"
s.homepage = "https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/sdks/ios/getting_started/"
s.license = {
Expand All @@ -23,7 +23,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/zendesk/sdk_messaging_ios.git", :tag => s.version }
s.vendored_frameworks = 'ZendeskSDKMessaging.xcframework'
s.dependency 'ZendeskSDKConversationKit', '~> 3.1.0'
s.dependency 'ZendeskSDKUIComponents', '~> 6.0.0'
s.dependency 'ZendeskSDKUIComponents', '~> 6.0.1'
s.dependency 'Zendesk', '~> 2.1.0'
s.dependency 'ZendeskSDKCoreUtilities', '~> 2.1.0'
end
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>2.18.0</string>
<string>2.18.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</data>
<key>Info.plist</key>
<data>
x+SFfFLFlBjrA6B4dBMfQTjxPew=
F7++otHktX6ImKTSXBnaWpT43E0=
</data>
<key>Localizable/Info.plist</key>
<data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>2.18.0</string>
<string>2.18.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.

0 comments on commit 713e701

Please sign in to comment.