diff --git a/CHANGELOG.md b/CHANGELOG.md index f399821..c8beaf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## [1.0.1] - 2020-09-10 +## [1.0.3] - 2020-10-16 +### Fixed +- Fixed a bug that the same package was downloaded multiple times + + +## [1.0.2] - 2020-09-10 ### Changed - Use 11.7 command line tools diff --git a/LingoHub.json b/LingoHub.json index e34307c..993c4c0 100644 --- a/LingoHub.json +++ b/LingoHub.json @@ -1,4 +1,5 @@ { + "1.0.3": "https://github.com/lingohub/lh-ios-sdk/releases/download/1.0.3/LingoHub.framework.zip", "1.0.2": "https://github.com/lingohub/lh-ios-sdk/releases/download/1.0.2/LingoHub.framework.zip", "1.0.1": "https://github.com/lingohub/lh-ios-sdk/releases/download/1.0.1/LingoHub.framework.zip", "1.0.0": "https://github.com/lingohub/lh-ios-sdk/releases/download/1.0.0/LingoHub.framework.zip" diff --git a/LingoHub.podspec b/LingoHub.podspec index 1e97098..976c9d1 100644 --- a/LingoHub.podspec +++ b/LingoHub.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |spec| spec.name = 'LingoHub' - spec.version = '1.0.2' + spec.version = '1.0.3' spec.summary = 'LingoHub iOS SDK for OTA localization updates' spec.homepage = 'https://lingohub.com' spec.author = { 'LingoHub Team' => 'support@lingohub.com' } - spec.source = { :http => "https://github.com/lingohub/lh-ios-sdk/releases/download/1.0.2/LingoHub.xcframework.zip" } + spec.source = { :http => "https://github.com/lingohub/lh-ios-sdk/releases/download/1.0.3/LingoHub.xcframework.zip" } spec.license = { :type => "BSD-3-Clause" } spec.ios.deployment_target = '9.0'