Skip to content

Commit

Permalink
Bump version to 2.0.4
Browse files Browse the repository at this point in the history
* Bumps `TXNative.version` to 2.0.4.
* Updates CHANGELOG with the changes implemented for 2.0.4.
  • Loading branch information
stelabouras committed Jun 21, 2024
1 parent 0dc41a7 commit 75186d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,9 @@ logic now normalizes the locale name to match the format that iOS accepts.
*June 3, 2024*

- Adds SwiftUI support via attributed string swizzling.

## Transifex iOS SDK 2.0.4

*June 21, 2024*

- Updates minimum supported OS versions.
2 changes: 1 addition & 1 deletion Sources/Transifex/Core.swift
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ render '\(stringToRender)' locale code: \(localeCode) params: \(params). Error:
/// A static class that is the main point of entry for all the functionality of Transifex Native throughout the SDK.
public final class TXNative : NSObject {
/// The SDK version
internal static let version = "2.0.3"
internal static let version = "2.0.4"

/// The filename of the file that holds the translated strings and it's bundled inside the app.
public static let STRINGS_FILENAME = "txstrings.json"
Expand Down

0 comments on commit 75186d2

Please sign in to comment.