Skip to content

Commit

Permalink
Bump version to 2.0.6
Browse files Browse the repository at this point in the history
* Bumps `TXNative.version` to 2.0.6.
* Updates CHANGELOG with the changes implemented for 2.0.6.
  • Loading branch information
stelabouras committed Jul 9, 2024
1 parent 736e444 commit 0ffa88f
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 @@ -138,3 +138,9 @@ logic now normalizes the locale name to match the format that iOS accepts.
* Ensures Designed for iPhone/iPad apps use the proper device name.
* Discloses that completion handlers are called from background threads.
* Improves cache update after a `fetchTranslations` call.

## Transifex iOS SDK 2.0.6

*July 9, 2024*

* Minor documentation updates.
2 changes: 1 addition & 1 deletion Sources/Transifex/Core.swift
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,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.5"
internal static let version = "2.0.6"

/// 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 0ffa88f

Please sign in to comment.