From ed5fb37585c9393aabf55fc4adf940dc016e51db Mon Sep 17 00:00:00 2001 From: Liam Nichols Date: Tue, 28 May 2024 22:10:33 +0200 Subject: [PATCH] Bump version to 0.4.1 --- Sources/XCStringsToolConstants/Version.swift | 2 +- .../GenerateTests/testGenerate.FormatSpecifiers.swift | 2 +- .../__Snapshots__/GenerateTests/testGenerate.Localizable.swift | 2 +- .../__Snapshots__/GenerateTests/testGenerate.Multiline.swift | 2 +- .../__Snapshots__/GenerateTests/testGenerate.Positional.swift | 2 +- .../__Snapshots__/GenerateTests/testGenerate.Simple.swift | 2 +- .../__Snapshots__/GenerateTests/testGenerate.Substitution.swift | 2 +- .../__Snapshots__/GenerateTests/testGenerate.Variations.swift | 2 +- .../testGenerateWithPackageAccessLevel.Localizable.swift | 2 +- .../testGenerateWithPublicAccessLevel.Localizable.swift | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Sources/XCStringsToolConstants/Version.swift b/Sources/XCStringsToolConstants/Version.swift index 38a0eb0..4fc739e 100644 --- a/Sources/XCStringsToolConstants/Version.swift +++ b/Sources/XCStringsToolConstants/Version.swift @@ -1,2 +1,2 @@ /// The version of XCStrings Tool -public let version = "0.4.0" +public let version = "0.4.1" diff --git a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.FormatSpecifiers.swift b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.FormatSpecifiers.swift index b4aa2bf..aae85f1 100644 --- a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.FormatSpecifiers.swift +++ b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.FormatSpecifiers.swift @@ -46,7 +46,7 @@ extension String { /// } /// ``` /// - /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.0/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.1/documentation/documentation/using-the-generated-source-code) internal struct FormatSpecifiers: Sendable { enum BundleDescription: Sendable { case main diff --git a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Localizable.swift b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Localizable.swift index 91251d6..fc1415a 100644 --- a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Localizable.swift +++ b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Localizable.swift @@ -46,7 +46,7 @@ extension String { /// } /// ``` /// - /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.0/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.1/documentation/documentation/using-the-generated-source-code) internal struct Localizable: Sendable { enum BundleDescription: Sendable { case main diff --git a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Multiline.swift b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Multiline.swift index d3e4287..1288942 100644 --- a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Multiline.swift +++ b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Multiline.swift @@ -46,7 +46,7 @@ extension String { /// } /// ``` /// - /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.0/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.1/documentation/documentation/using-the-generated-source-code) internal struct Multiline: Sendable { enum BundleDescription: Sendable { case main diff --git a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Positional.swift b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Positional.swift index 8288ad0..b825d71 100644 --- a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Positional.swift +++ b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Positional.swift @@ -46,7 +46,7 @@ extension String { /// } /// ``` /// - /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.0/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.1/documentation/documentation/using-the-generated-source-code) internal struct Positional: Sendable { enum BundleDescription: Sendable { case main diff --git a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Simple.swift b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Simple.swift index 42d1b46..e30132f 100644 --- a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Simple.swift +++ b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Simple.swift @@ -46,7 +46,7 @@ extension String { /// } /// ``` /// - /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.0/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.1/documentation/documentation/using-the-generated-source-code) internal struct Simple: Sendable { enum BundleDescription: Sendable { case main diff --git a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Substitution.swift b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Substitution.swift index 918840d..d32938b 100644 --- a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Substitution.swift +++ b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Substitution.swift @@ -46,7 +46,7 @@ extension String { /// } /// ``` /// - /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.0/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.1/documentation/documentation/using-the-generated-source-code) internal struct Substitution: Sendable { enum BundleDescription: Sendable { case main diff --git a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Variations.swift b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Variations.swift index b60b44d..8ad7e34 100644 --- a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Variations.swift +++ b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.Variations.swift @@ -46,7 +46,7 @@ extension String { /// } /// ``` /// - /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.0/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.1/documentation/documentation/using-the-generated-source-code) internal struct Variations: Sendable { enum BundleDescription: Sendable { case main diff --git a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerateWithPackageAccessLevel.Localizable.swift b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerateWithPackageAccessLevel.Localizable.swift index a197dde..fdbac4b 100644 --- a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerateWithPackageAccessLevel.Localizable.swift +++ b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerateWithPackageAccessLevel.Localizable.swift @@ -46,7 +46,7 @@ extension String { /// } /// ``` /// - /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.0/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.1/documentation/documentation/using-the-generated-source-code) package struct Localizable: Sendable { enum BundleDescription: Sendable { case main diff --git a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerateWithPublicAccessLevel.Localizable.swift b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerateWithPublicAccessLevel.Localizable.swift index 29a1705..d26ecef 100644 --- a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerateWithPublicAccessLevel.Localizable.swift +++ b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerateWithPublicAccessLevel.Localizable.swift @@ -46,7 +46,7 @@ extension String { /// } /// ``` /// - /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.0/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.1/documentation/documentation/using-the-generated-source-code) public struct Localizable: Sendable { enum BundleDescription: Sendable { case main