diff --git a/GliaWidgets.podspec b/GliaWidgets.podspec index d86abc173..50552da31 100644 --- a/GliaWidgets.podspec +++ b/GliaWidgets.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GliaWidgets' - s.version = '2.4.2' + s.version = '2.4.3' 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 f3b99de4c..b8fdd330e 100644 --- a/GliaWidgets/Info.plist +++ b/GliaWidgets/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.4.2 + 2.4.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/GliaWidgets/StaticValues.swift b/GliaWidgets/StaticValues.swift index 88bf1bb55..950bccc08 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.4.2" + static let sdkVersion = "2.4.3" } diff --git a/GliaWidgetsTests/Info.plist b/GliaWidgetsTests/Info.plist index d91671549..6fca53e7f 100644 --- a/GliaWidgetsTests/Info.plist +++ b/GliaWidgetsTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.4.2 + 2.4.3 CFBundleVersion 1 diff --git a/TestingApp/Info.plist b/TestingApp/Info.plist index 377f6f68a..0c672f186 100644 --- a/TestingApp/Info.plist +++ b/TestingApp/Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.4.2 + 2.4.3 CFBundleURLTypes