Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liamnichols committed May 30, 2024
1 parent 9052936 commit 5296dbd
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Sources/XCStringsToolConstants/Version.swift
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// The version of XCStrings Tool
public let version = "0.4.1"
public let version = "0.4.2"
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5296dbd

Please sign in to comment.