Skip to content

Commit

Permalink
Bump SDK version to 0.1.3
Browse files Browse the repository at this point in the history
Bumps the Transifex SDK version from 0.1.2 to 0.1.3 so that the
`TXNative.version` value matches the value of the SDK version git tag.
  • Loading branch information
stelabouras committed Mar 22, 2021
1 parent db39894 commit 32c2673
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 @@ -18,3 +18,9 @@

- Applies minor refactors in cache logic
- Renames override policy to update policy and improves documentation.

## Transifex iOS SDK 0.1.3

*March 22, 2021*

- Fixes a minor version issue
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.2"
internal static let version = "0.1.3"

/// 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 32c2673

Please sign in to comment.