diff --git a/ShopifyCheckoutSheetKit.podspec b/ShopifyCheckoutSheetKit.podspec index 4c176ae5..605409fe 100644 --- a/ShopifyCheckoutSheetKit.podspec +++ b/ShopifyCheckoutSheetKit.podspec @@ -1,5 +1,5 @@ Pod::Spec.new do |s| - s.version = "2.0.1" + s.version = "3.0.0" s.name = "ShopifyCheckoutSheetKit" s.summary = "Enables Swift apps to embed the Shopify's highest converting, customizable, one-page checkout." diff --git a/Sources/ShopifyCheckoutSheetKit/ShopifyCheckoutSheetKit.swift b/Sources/ShopifyCheckoutSheetKit/ShopifyCheckoutSheetKit.swift index 0f31365b..97bde14d 100644 --- a/Sources/ShopifyCheckoutSheetKit/ShopifyCheckoutSheetKit.swift +++ b/Sources/ShopifyCheckoutSheetKit/ShopifyCheckoutSheetKit.swift @@ -24,7 +24,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SO import UIKit /// The version of the `ShopifyCheckoutSheetKit` library. -public let version = "2.0.1" +public let version = "3.0.0" internal var invalidateOnConfigurationChange = true