diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 969a3254..edf79dfc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parra" -version = "0.20.0" +version = "0.20.1" edition = "2021" build = "build.rs" diff --git a/ios/Sources/Parra/GeneratedPackageInfo.swift b/ios/Sources/Parra/GeneratedPackageInfo.swift index 97e6d406..a4ece10b 100644 --- a/ios/Sources/Parra/GeneratedPackageInfo.swift +++ b/ios/Sources/Parra/GeneratedPackageInfo.swift @@ -1,2 +1,2 @@ -enum ParraPackageInfo { static let version = "0.20.0" } +enum ParraPackageInfo { static let version = "0.20.1" } diff --git a/sample/ParraDemoApp.xcodeproj/project.pbxproj b/sample/ParraDemoApp.xcodeproj/project.pbxproj index 90eff9a0..7bc88c78 100644 --- a/sample/ParraDemoApp.xcodeproj/project.pbxproj +++ b/sample/ParraDemoApp.xcodeproj/project.pbxproj @@ -325,7 +325,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.20.0; + MARKETING_VERSION = 0.20.1; PRODUCT_BUNDLE_IDENTIFIER = "com.parra.parra-ios-client"; PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = iphoneos; @@ -354,7 +354,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.20.0; + MARKETING_VERSION = 0.20.1; PRODUCT_BUNDLE_IDENTIFIER = "com.parra.parra-ios-client"; PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = iphoneos; @@ -512,7 +512,7 @@ repositoryURL = "https://github.com/Parra-Inc/parra-mobile-sdks"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 0.20.0; + minimumVersion = 0.20.1; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/sample/ParraDemoApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/sample/ParraDemoApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 3a843053..ca23cf87 100644 --- a/sample/ParraDemoApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/sample/ParraDemoApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -24,8 +24,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Parra-Inc/parra-mobile-sdks", "state" : { - "revision" : "eb0991e1074a0034a873d8f4a9e06ab0d028f5c1", - "version" : "0.20.0" + "revision" : "38ae9d206d93700f9f565fba5c752f8ac719fdf0", + "version" : "0.20.1" } }, { diff --git a/sample/ParraDemoApp/App.swift b/sample/ParraDemoApp/App.swift index 323fdb6f..5e5f3dc2 100644 --- a/sample/ParraDemoApp/App.swift +++ b/sample/ParraDemoApp/App.swift @@ -2,7 +2,7 @@ // ParraDemoAppApp.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/AppDelegate.swift b/sample/ParraDemoApp/AppDelegate.swift index 5bc9ce30..11ad9eb0 100644 --- a/sample/ParraDemoApp/AppDelegate.swift +++ b/sample/ParraDemoApp/AppDelegate.swift @@ -2,7 +2,7 @@ // AppDelegate.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/AppNavigationState.swift b/sample/ParraDemoApp/AppNavigationState.swift index 2b9827ec..c82002de 100644 --- a/sample/ParraDemoApp/AppNavigationState.swift +++ b/sample/ParraDemoApp/AppNavigationState.swift @@ -2,7 +2,7 @@ // AppNavigationState.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/ContentView.swift b/sample/ParraDemoApp/ContentView.swift index 7f21900f..649a742e 100644 --- a/sample/ParraDemoApp/ContentView.swift +++ b/sample/ParraDemoApp/ContentView.swift @@ -2,7 +2,7 @@ // ContentView.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Info.plist b/sample/ParraDemoApp/Info.plist index 9a709ec9..c3f517e1 100644 --- a/sample/ParraDemoApp/Info.plist +++ b/sample/ParraDemoApp/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.20.0 + 0.20.1 CFBundleTypeRole diff --git a/sample/ParraDemoApp/PrivacyInfo.xcprivacy b/sample/ParraDemoApp/PrivacyInfo.xcprivacy index 2b32c175..50c751fb 100644 --- a/sample/ParraDemoApp/PrivacyInfo.xcprivacy +++ b/sample/ParraDemoApp/PrivacyInfo.xcprivacy @@ -4,7 +4,7 @@ PrivacyInfo.xcprivacy Parra Demo - Bootstrapped with ❤️ by Parra on 11/19/2024. + Bootstrapped with ❤️ by Parra on 11/20/2024. Copyright (c) 2024 Parra Inc.. All rights reserved. --> diff --git a/sample/ParraDemoApp/SampleTab.swift b/sample/ParraDemoApp/SampleTab.swift index ec876dab..748f432e 100644 --- a/sample/ParraDemoApp/SampleTab.swift +++ b/sample/ParraDemoApp/SampleTab.swift @@ -2,7 +2,7 @@ // SampleTab.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Account Screen/AccountHeader.swift b/sample/ParraDemoApp/Settings Tab/Account Screen/AccountHeader.swift index 48511f9a..279bfd19 100644 --- a/sample/ParraDemoApp/Settings Tab/Account Screen/AccountHeader.swift +++ b/sample/ParraDemoApp/Settings Tab/Account Screen/AccountHeader.swift @@ -2,7 +2,7 @@ // AccountHeader.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Account Screen/AccountView.swift b/sample/ParraDemoApp/Settings Tab/Account Screen/AccountView.swift index 2c8b90e5..b1c4d724 100644 --- a/sample/ParraDemoApp/Settings Tab/Account Screen/AccountView.swift +++ b/sample/ParraDemoApp/Settings Tab/Account Screen/AccountView.swift @@ -2,7 +2,7 @@ // AccountView.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Account Screen/ChangePasswordCell.swift b/sample/ParraDemoApp/Settings Tab/Account Screen/ChangePasswordCell.swift index 04b31f5a..25fd337f 100644 --- a/sample/ParraDemoApp/Settings Tab/Account Screen/ChangePasswordCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Account Screen/ChangePasswordCell.swift @@ -2,7 +2,7 @@ // ChangePasswordCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Account Screen/DeleteAccountCell.swift b/sample/ParraDemoApp/Settings Tab/Account Screen/DeleteAccountCell.swift index 00de3e5f..be6fdf8e 100644 --- a/sample/ParraDemoApp/Settings Tab/Account Screen/DeleteAccountCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Account Screen/DeleteAccountCell.swift @@ -2,7 +2,7 @@ // DeleteAccountCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Account Screen/LogoutCell.swift b/sample/ParraDemoApp/Settings Tab/Account Screen/LogoutCell.swift index 43c672c8..7ac8da4c 100644 --- a/sample/ParraDemoApp/Settings Tab/Account Screen/LogoutCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Account Screen/LogoutCell.swift @@ -2,7 +2,7 @@ // LogoutCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/ChangelogCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/ChangelogCell.swift index e97b21c9..be37fe02 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/ChangelogCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/ChangelogCell.swift @@ -2,7 +2,7 @@ // ChangelogCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/FeedCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/FeedCell.swift index 52bccac2..0611084f 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/FeedCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/FeedCell.swift @@ -2,7 +2,7 @@ // FeedCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/FeedbackCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/FeedbackCell.swift index 123efda4..57bddb51 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/FeedbackCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/FeedbackCell.swift @@ -2,7 +2,7 @@ // FeedbackCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/LatestReleaseCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/LatestReleaseCell.swift index 4e6f761f..9811ad19 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/LatestReleaseCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/LatestReleaseCell.swift @@ -2,7 +2,7 @@ // LatestReleaseCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/ManageSubscriptionsCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/ManageSubscriptionsCell.swift index 4b8cfff7..f8a3c491 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/ManageSubscriptionsCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/ManageSubscriptionsCell.swift @@ -2,7 +2,7 @@ // ManageSubscriptionsCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/NotificationSettingsCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/NotificationSettingsCell.swift index e21be00f..0c8ff137 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/NotificationSettingsCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/NotificationSettingsCell.swift @@ -2,7 +2,7 @@ // NotificationSettingsCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/ProfileCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/ProfileCell.swift index ad1b4945..3fd79850 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/ProfileCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/ProfileCell.swift @@ -2,7 +2,7 @@ // ProfileCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/RestorePurchasesCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/RestorePurchasesCell.swift index 4e095ea4..6cf561c6 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/RestorePurchasesCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/RestorePurchasesCell.swift @@ -2,7 +2,7 @@ // RestorePurchasesCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/ReviewAppCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/ReviewAppCell.swift index cfcbb3b7..3ef17af4 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/ReviewAppCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/ReviewAppCell.swift @@ -2,7 +2,7 @@ // ReviewAppCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/RoadmapCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/RoadmapCell.swift index 1db3e3d5..03b470c3 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/RoadmapCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/RoadmapCell.swift @@ -2,7 +2,7 @@ // RoadmapCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/ShareCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/ShareCell.swift index 9363cc3d..782cd070 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/ShareCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/ShareCell.swift @@ -2,7 +2,7 @@ // ShareCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/ThemeCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/ThemeCell.swift index edbb316f..7ceef4c9 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/ThemeCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/ThemeCell.swift @@ -2,7 +2,7 @@ // ThemeCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/TipJarCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/TipJarCell.swift index d02ee85b..ea61fcb4 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/TipJarCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/TipJarCell.swift @@ -2,7 +2,7 @@ // TipJarCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileTextField.swift b/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileTextField.swift index ae72aa78..f2f849f4 100644 --- a/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileTextField.swift +++ b/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileTextField.swift @@ -2,7 +2,7 @@ // EditProfileTextField.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileView.swift b/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileView.swift index 4dc5cd9d..6d01353b 100644 --- a/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileView.swift +++ b/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileView.swift @@ -2,7 +2,7 @@ // EditProfileView.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileViewModel.swift b/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileViewModel.swift index 437555f7..78821fe4 100644 --- a/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileViewModel.swift +++ b/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileViewModel.swift @@ -2,7 +2,7 @@ // EditProfileViewModel.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/ListItemLoadingButton.swift b/sample/ParraDemoApp/Settings Tab/ListItemLoadingButton.swift index 86905fb4..15911676 100644 --- a/sample/ParraDemoApp/Settings Tab/ListItemLoadingButton.swift +++ b/sample/ParraDemoApp/Settings Tab/ListItemLoadingButton.swift @@ -2,7 +2,7 @@ // ListItemLoadingButton.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/SettingsFooter.swift b/sample/ParraDemoApp/Settings Tab/SettingsFooter.swift index 66d85b0d..814b5fb8 100644 --- a/sample/ParraDemoApp/Settings Tab/SettingsFooter.swift +++ b/sample/ParraDemoApp/Settings Tab/SettingsFooter.swift @@ -2,7 +2,7 @@ // SettingsFooter.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/SettingsTab.swift b/sample/ParraDemoApp/Settings Tab/SettingsTab.swift index 26f09c89..91913422 100644 --- a/sample/ParraDemoApp/Settings Tab/SettingsTab.swift +++ b/sample/ParraDemoApp/Settings Tab/SettingsTab.swift @@ -2,7 +2,7 @@ // SettingsTab.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 11/19/2024. +// Bootstrapped with ❤️ by Parra on 11/20/2024. // Copyright © 2024 Parra Inc.. All rights reserved. //