From 5296dbd64066bd3ac49c3d2e0f0a1717af596ff5 Mon Sep 17 00:00:00 2001 From: Liam Nichols Date: Thu, 30 May 2024 23:41:56 +0200 Subject: [PATCH] Bump version to 0.4.2 --- 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 4fc739e..8463171 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.1" +public let version = "0.4.2" diff --git a/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.FormatSpecifiers.swift b/Tests/XCStringsToolTests/__Snapshots__/GenerateTests/testGenerate.FormatSpecifiers.swift index aae85f1..ff0cfb5 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.1/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.2/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 37e6be3..2e845bf 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.1/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.2/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 1288942..b5f9336 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.1/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.2/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 b825d71..7fda55d 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.1/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.2/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 e30132f..d941e54 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.1/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.2/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 d32938b..521a5ab 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.1/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.2/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 8ad7e34..8056804 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.1/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.2/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 b8f0951..15acf52 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.1/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.2/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 5d33b80..3f85854 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.1/documentation/documentation/using-the-generated-source-code) + /// - SeeAlso: [XCStrings Tool Documentation - Using the generated source code](https://swiftpackageindex.com/liamnichols/xcstrings-tool/0.4.2/documentation/documentation/using-the-generated-source-code) public struct Localizable: Sendable { enum BundleDescription: Sendable { case main