From f38f33abdebea2351eabec65e7f86133c669633b Mon Sep 17 00:00:00 2001 From: BitriseBot Date: Mon, 23 Oct 2023 13:15:26 +0000 Subject: [PATCH] Increment project version to 2.2.2 --- GliaWidgets.podspec | 2 +- GliaWidgets/Info.plist | 2 +- GliaWidgets/StaticValues.swift | 2 +- GliaWidgetsTests/Info.plist | 2 +- TestingApp/Info.plist | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/GliaWidgets.podspec b/GliaWidgets.podspec index d4fffcf2d..c058fdd09 100644 --- a/GliaWidgets.podspec +++ b/GliaWidgets.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GliaWidgets' - s.version = '2.2.1' + s.version = '2.2.2' 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 adbed3f9f..7a03f4926 100644 --- a/GliaWidgets/Info.plist +++ b/GliaWidgets/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.2.1 + 2.2.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/GliaWidgets/StaticValues.swift b/GliaWidgets/StaticValues.swift index a341f3ef6..1c6305988 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.2.1" + static let sdkVersion = "2.2.2" } diff --git a/GliaWidgetsTests/Info.plist b/GliaWidgetsTests/Info.plist index 14b5eca8c..9d7d975b3 100644 --- a/GliaWidgetsTests/Info.plist +++ b/GliaWidgetsTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.2.1 + 2.2.2 CFBundleVersion 1 diff --git a/TestingApp/Info.plist b/TestingApp/Info.plist index 9eca7dfd7..16678939a 100644 --- a/TestingApp/Info.plist +++ b/TestingApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.2.1 + 2.2.2 CFBundleURLTypes