Skip to content

Commit

Permalink
Merge pull request #75 from transifex/update/2.0.6
Browse files Browse the repository at this point in the history
Bump version to 2.0.6
  • Loading branch information
Nikos Vasileiou authored Jul 9, 2024
2 parents 736e444 + 0ffa88f commit e4410c6
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 e4410c6

Please sign in to comment.