From 49baf6d06f05da573c2a815ebda018266aef99e8 Mon Sep 17 00:00:00 2001 From: Rui Mendes Date: Fri, 13 Feb 2026 17:15:21 +0000 Subject: [PATCH] chore(ios): bump IONFilesystemLib to 1.1.1 --- CapacitorFilesystem.podspec | 2 +- Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CapacitorFilesystem.podspec b/CapacitorFilesystem.podspec index adf0055..57bda93 100644 --- a/CapacitorFilesystem.podspec +++ b/CapacitorFilesystem.podspec @@ -13,6 +13,6 @@ Pod::Spec.new do |s| s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}' s.ios.deployment_target = '15.0' s.dependency 'Capacitor' - s.dependency 'IONFilesystemLib', spec='~> 1.1.0' + s.dependency 'IONFilesystemLib', spec='~> 1.1.1' s.swift_version = '5.1' end diff --git a/Package.swift b/Package.swift index 99d362e..e0e9dc2 100644 --- a/Package.swift +++ b/Package.swift @@ -11,7 +11,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"), - .package(url: "https://github.com/ionic-team/ion-ios-filesystem.git", from: "1.1.0") + .package(url: "https://github.com/ionic-team/ion-ios-filesystem.git", from: "1.1.1") ], targets: [ .target(