Skip to content

Commit

Permalink
Bump library version + podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
markmur committed Apr 23, 2024
1 parent 8cc5f42 commit d20d50c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ShopifyCheckoutSheetKit.podspec
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d20d50c

Please sign in to comment.