From 550e4252e969ebac05a099fc091ad6e22db2664f Mon Sep 17 00:00:00 2001 From: Yurii Dukhovnyi Date: Tue, 22 Aug 2023 16:00:41 +0300 Subject: [PATCH] Increment project version to 2.0.6 --- GliaWidgets.podspec | 2 +- GliaWidgets/Info.plist | 2 +- GliaWidgets/StaticValues.swift | 2 +- GliaWidgetsTests/Info.plist | 2 +- Package.swift | 4 ++-- TestingApp/Info.plist | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/GliaWidgets.podspec b/GliaWidgets.podspec index eb8f33807..01073b13a 100644 --- a/GliaWidgets.podspec +++ b/GliaWidgets.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GliaWidgets' - s.version = '2.0.5' + s.version = '2.0.6' s.summary = 'The Glia iOS Widgets library' s.description = 'The Glia Widgets library allows to integrate easily a UI/UX for Glia\'s Digital Customer Service platform' s.homepage = 'https://github.com/salemove/ios-sdk-widgets' diff --git a/GliaWidgets/Info.plist b/GliaWidgets/Info.plist index e6c56c2cb..d0e37824a 100644 --- a/GliaWidgets/Info.plist +++ b/GliaWidgets/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.0.5 + 2.0.6 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/GliaWidgets/StaticValues.swift b/GliaWidgets/StaticValues.swift index 6a59bf313..8d07c4fd1 100644 --- a/GliaWidgets/StaticValues.swift +++ b/GliaWidgets/StaticValues.swift @@ -6,5 +6,5 @@ final class StaticValues { /// version cannot be changed by integrators, so this ensures that our code will /// always have the correct version regardless of what our integrators do with /// our plist files. - static let sdkVersion = "2.0.5" + static let sdkVersion = "2.0.6" } diff --git a/GliaWidgetsTests/Info.plist b/GliaWidgetsTests/Info.plist index 260fc3b82..392fd882f 100644 --- a/GliaWidgetsTests/Info.plist +++ b/GliaWidgetsTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.0.5 + 2.0.6 CFBundleVersion 1 diff --git a/Package.swift b/Package.swift index ad7be8a3a..200619158 100644 --- a/Package.swift +++ b/Package.swift @@ -40,8 +40,8 @@ let package = Package( ), .binaryTarget( name: "GliaWidgetsXcf", - url: "https://github.com/salemove/ios-sdk-widgets/releases/download/2.0.5/GliaWidgetsXcf.xcframework.zip", - checksum: "6a0d4cf3f6da593e811123898fc297b441f1db68c2f0f584e3bb9abee08c0728" + url: "https://github.com/salemove/ios-sdk-widgets/releases/download/2.0.6/GliaWidgetsXcf.xcframework.zip", + checksum: "27dd290835cc21e8191d16d128c8b4d19a7bda8f34029821626eefd91a7c448b" ), .target( name: "GliaWidgets", diff --git a/TestingApp/Info.plist b/TestingApp/Info.plist index a698e5a1f..bf4b97c06 100644 --- a/TestingApp/Info.plist +++ b/TestingApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.0.5 + 2.0.6 CFBundleURLTypes