diff --git a/programming/ios/release-notes/index.md b/programming/ios/release-notes/index.md index a38def1..5da1471 100644 --- a/programming/ios/release-notes/index.md +++ b/programming/ios/release-notes/index.md @@ -9,8 +9,9 @@ noTitleIndex: true # Release Notes Index - DynamsoftCaptureVisionBundle iOS -- [3.0.5000 (07/29/2025)](ios-2.html#305000-07292025) -- [3.0.3000 (05/15/2025)](ios-2.html#303000-05152025) +- [3.0.5100 (07/29/2025)](ios-3.html#305100-08052025) +- [3.0.5000 (07/29/2025)](ios-3.html#305000-07292025) +- [3.0.3000 (05/15/2025)](ios-3.html#303000-05152025) - [2.6.1004 (03/07/2025)](ios-2.html#261004-03072025) - [2.6.1003 (01/23/2025)](ios-2.html#261003-01232025) - [2.6.1002 (01/14/2025)](ios-2.html#261002-01142025) diff --git a/programming/ios/release-notes/ios-3.md b/programming/ios/release-notes/ios-3.md index 66d7bf8..00fb813 100644 --- a/programming/ios/release-notes/ios-3.md +++ b/programming/ios/release-notes/ios-3.md @@ -9,6 +9,12 @@ noTitleIndex: true # Release Notes - DynamsoftCaptureVision iOS v3.x +## 3.0.5100 (08/05/2025) + +### Fixed + +- Small fixes and tweaks. + ## 3.0.5000 (07/29/2025) ### Changed diff --git a/programming/ios/user-guide/mrz.md b/programming/ios/user-guide/mrz.md index 82249be..255f5fd 100644 --- a/programming/ios/user-guide/mrz.md +++ b/programming/ios/user-guide/mrz.md @@ -85,7 +85,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw target '{Your project name}' do use_frameworks! - pod 'DynamsoftMRZScannerBundle','3.0.5000' + pod 'DynamsoftMRZScannerBundle','3.0.5100' end ``` @@ -102,7 +102,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw 2. In the top-right section of the window, search "https://github.com/Dynamsoft/mrz-scanner-spm" -3. Select `mrz-scanner-spm`, choose `Exact version`, enter **3.0.5000**, then click **Add Package**. +3. Select `mrz-scanner-spm`, choose `Exact version`, enter **3.0.5100**, then click **Add Package**. 4. Check all the **xcframeworks** and add them.