From db6264c673b84e77c13a7336b18ef6c2107820ee Mon Sep 17 00:00:00 2001 From: teddy-falsen-hiis Date: Fri, 27 Oct 2023 09:27:32 +0200 Subject: [PATCH] Bumped Finjinon version to 5.1.1 --- Finjinon.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Finjinon.podspec b/Finjinon.podspec index e0ba068..2afd444 100644 --- a/Finjinon.podspec +++ b/Finjinon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Finjinon" - s.version = "5.1.0" + s.version = "5.1.1" s.summary = "Custom iOS camera optimized for taking a sequence of photos quickly and/or selecting from an image picker" s.description = <<-DESC Finjinon is a custom AVFoundation based camera UI, focused on quickly adding several photos. Selecting existing photos from the camera roll is supported through a pluggable interface, a default implementation using UIImagePickerController is provided.