Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
Bumps version to 0.1.2 and adds entry to CHANGELOG
  • Loading branch information
stelabouras committed Feb 24, 2021
1 parent ac741d1 commit 1f326e0
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 @@ -11,3 +11,9 @@
*February 24, 2021*

- Fixed preferred locale provider

## Transifex iOS SDK 0.1.2

*February 24, 2021*

- Applies minor refactors in cache logic and cache policy
2 changes: 1 addition & 1 deletion Sources/Transifex/Core.swift
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Error rendering source string '\(sourceString)' with string to render '\(stringT
/// 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 = "0.1.1"
internal static let version = "0.1.2"

/// 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 1f326e0

Please sign in to comment.