Skip to content

Commit

Permalink
Released version 0.27.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Dec 17, 2024
1 parent 04ccf57 commit 85822c2
Show file tree
Hide file tree
Showing 36 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parra"
version = "0.26.1"
version = "0.27.0"
edition = "2021"
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion ios/Sources/Parra/GeneratedPackageInfo.swift
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
enum ParraPackageInfo { static let version = "0.26.1" }
enum ParraPackageInfo { static let version = "0.27.0" }

6 changes: 3 additions & 3 deletions sample/ParraDemoApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.26.1;
MARKETING_VERSION = 0.27.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.parra.parra-ios-client";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -358,7 +358,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.26.1;
MARKETING_VERSION = 0.27.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.parra.parra-ios-client";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -516,7 +516,7 @@
repositoryURL = "https://github.com/Parra-Inc/parra-mobile-sdks";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.26.1;
minimumVersion = 0.27.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Parra-Inc/parra-mobile-sdks",
"state" : {
"revision" : "fb035cddc974dd934f79473d7b2428d56779ab4a",
"version" : "0.26.1"
"revision" : "04ccf57c8e29dcfb62a1012fe0c327ffd41942fb",
"version" : "0.27.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ParraDemoAppApp.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppDelegate.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/AppNavigationState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppNavigationState.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ContentView.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.26.1</string>
<string>0.27.0</string>
<key>CFBundleTypeRole</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PrivacyInfo.xcprivacy
Parra Demo
Bootstrapped with ❤️ by Parra on 12/14/2024.
Bootstrapped with ❤️ by Parra on 12/17/2024.
Copyright (c) 2024 Parra Inc.. All rights reserved.
-->
<plist version="1.0">
Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/SampleTab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SampleTab.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AccountHeader.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AccountView.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ChangePasswordCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// DeleteAccountCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// LogoutCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/Settings Tab/Cells/ChangelogCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ChangelogCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/Settings Tab/Cells/FaqCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// FaqCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/Settings Tab/Cells/FeedCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// FeedCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/Settings Tab/Cells/FeedbackCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// FeedbackCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// LatestReleaseCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// NotificationSettingsCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/Settings Tab/Cells/ProfileCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ProfileCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RestorePurchasesCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/Settings Tab/Cells/ReviewAppCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ReviewAppCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/Settings Tab/Cells/RoadmapCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RoadmapCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/Settings Tab/Cells/ShareCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ShareCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SubscriptionUpsellCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/Settings Tab/Cells/ThemeCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ThemeCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/Settings Tab/Cells/TipJarCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// TipJarCell.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// EditProfileTextField.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// EditProfileView.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// EditProfileViewModel.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ListItemLoadingButton.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/Settings Tab/SettingsFooter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SettingsFooter.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion sample/ParraDemoApp/Settings Tab/SettingsTab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SettingsTab.swift
// Parra Demo
//
// Bootstrapped with ❤️ by Parra on 12/14/2024.
// Bootstrapped with ❤️ by Parra on 12/17/2024.
// Copyright © 2024 Parra Inc.. All rights reserved.
//

Expand Down

0 comments on commit 85822c2

Please sign in to comment.