Skip to content

Commit d26436e

Browse files
committed
Update Package and podspec with version 0.2.41 and checksum 18373b2fc47291ee3372c3e6d2c757c6cc66345476a3b9920ce476949d69af51
1 parent ed6d6b2 commit d26436e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

FootprintOnboardingComponents.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'FootprintOnboardingComponents'
33
# Do not change this line as it is automatically updated by the GitHub action
4-
s.version = '0.2.35'
4+
s.version = '0.2.41'
55
s.summary = 'A package for Swift onboarding components.'
66
s.description = <<-DESC
77
Footprint-powered onboarding flows to your application

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ let package = Package(
1919
// Define the binary target for the shared framework.
2020
.binaryTarget(
2121
name: "SwiftOnboardingComponentsShared",
22-
url: "https://github.com/onefootprint/Swift-Onboarding-Components/releases/download/0.2.35/SwiftOnboardingComponentsShared.xcframework.zip",
23-
checksum: ""
22+
url: "https://github.com/onefootprint/Swift-Onboarding-Components/releases/download/0.2.41/SwiftOnboardingComponentsShared.xcframework.zip",
23+
checksum: "18373b2fc47291ee3372c3e6d2c757c6cc66345476a3b9920ce476949d69af51"
2424
), // Define the internal target that depends on the binary target.
2525
.target(
2626
name: "Footprint",

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Changelog for Swift onboarding components SDK
22
*Updating this file is one of the requirements for GitHub CI/CD for Swift package release*
33

4-
# v0.2.35
5-
Initial test release
4+
# v0.2.41
5+
Initial test release!
66

0 commit comments

Comments
 (0)