From 32c2673a7194b762bb01bf7c35081a9267ade96f Mon Sep 17 00:00:00 2001 From: Stelios Petrakis Date: Mon, 22 Mar 2021 10:57:00 +0100 Subject: [PATCH] Bump SDK version to 0.1.3 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. --- CHANGELOG.md | 6 ++++++ Sources/Transifex/Core.swift | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 402d49c..b59187b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Sources/Transifex/Core.swift b/Sources/Transifex/Core.swift index 70ea719..d1b952d 100644 --- a/Sources/Transifex/Core.swift +++ b/Sources/Transifex/Core.swift @@ -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"