diff --git a/CHANGELOG.md b/CHANGELOG.md index 49eb90f..691244d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## 1.0.1 ### 2025-08-01 diff --git a/IONFileTransferLib.podspec b/IONFileTransferLib.podspec index 8b46913..c6fea75 100644 --- a/IONFileTransferLib.podspec +++ b/IONFileTransferLib.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'IONFileTransferLib' - spec.version = '1.0.0' + spec.version = '1.0.1' spec.summary = 'A native iOS library for download and upload files.' spec.description = 'A Swift library for iOS that provides simple way to download and upload files. Download and upload files with a secure, clean and modern API.' diff --git a/IONFileTransferLib.xcodeproj/project.pbxproj b/IONFileTransferLib.xcodeproj/project.pbxproj index 00d99fc..11b91b7 100644 --- a/IONFileTransferLib.xcodeproj/project.pbxproj +++ b/IONFileTransferLib.xcodeproj/project.pbxproj @@ -367,7 +367,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -430,7 +430,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -461,7 +461,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -476,7 +476,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.0.0; + MARKETING_VERSION = 1.0.1; PRODUCT_BUNDLE_IDENTIFIER = io.ionic.libs.filetransfer.IONFileTransferLib; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -495,7 +495,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -510,7 +510,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.0.0; + MARKETING_VERSION = 1.0.1; PRODUCT_BUNDLE_IDENTIFIER = io.ionic.libs.filetransfer.IONFileTransferLib; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -526,10 +526,10 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEVELOPMENT_TEAM = EVSWK8BA55; GENERATE_INFOPLIST_FILE = YES; - MARKETING_VERSION = 1.0.0; + MARKETING_VERSION = 1.0.1; PRODUCT_BUNDLE_IDENTIFIER = io.ionic.libs.filetransfer.IONFileTransferLibTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = NO; @@ -544,10 +544,10 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEVELOPMENT_TEAM = EVSWK8BA55; GENERATE_INFOPLIST_FILE = YES; - MARKETING_VERSION = 1.0.0; + MARKETING_VERSION = 1.0.1; PRODUCT_BUNDLE_IDENTIFIER = io.ionic.libs.filetransfer.IONFileTransferLibTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = NO; diff --git a/IONFileTransferLib.zip b/IONFileTransferLib.zip index 6fffaf0..94efe99 100644 Binary files a/IONFileTransferLib.zip and b/IONFileTransferLib.zip differ diff --git a/README.md b/README.md index c538aad..af76d36 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A Swift library for iOS that provides methods for downloading and uploading file `ion-ios-filetransfer` is available through [CocoaPods](https://cocoapods.org). Add this to your Podfile: ```ruby -pod 'IONFileTransferLib', '~> 1.0.0' # Use the latest 1.0.x version +pod 'IONFileTransferLib', '~> 1.0.1' # Use the latest 1.0.x version ``` ## Quick Start