From f2089f3918c47901075ab2ddbda0024e6a40bb3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20V=C3=A1zquez?= Date: Fri, 28 Jan 2022 13:00:54 -0600 Subject: [PATCH] Update version from podspec file --- BarcodeScanner.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BarcodeScanner.podspec b/BarcodeScanner.podspec index e3d722b..1c87e03 100644 --- a/BarcodeScanner.podspec +++ b/BarcodeScanner.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "BarcodeScanner" s.summary = "Simple and beautiful barcode scanner." - s.version = "5.0.6" + s.version = "5.0.7" s.homepage = "https://github.com/hyperoslo/BarcodeScanner" s.license = 'MIT' s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }