From 952794fdf3b5a178211955be205466a9e492578b Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Sat, 18 Sep 2021 09:28:02 +0800 Subject: [PATCH] update filament dep to 1.12.4 --- ios/mimetic_filament.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/mimetic_filament.podspec b/ios/mimetic_filament.podspec index fc7f9197..cb908ad6 100644 --- a/ios/mimetic_filament.podspec +++ b/ios/mimetic_filament.podspec @@ -14,7 +14,7 @@ A new flutter plugin project. s.author = { 'Your Company' => 'email@example.com' } s.source = { :path => '.' } s.source_files = 'Classes/**/*', 'src/*.*', 'src/morph/*' - s.dependency 'Filament', '~> 1.12.3' + s.dependency 'Filament', '~> 1.12.4' s.dependency 'Flutter' s.platform = :ios, '12.1' s.static_framework = true