From 185536293b0de1726ddd604ba32ae2c955486889 Mon Sep 17 00:00:00 2001 From: Bryan Gonzales Date: Thu, 28 Oct 2021 15:47:23 -0500 Subject: [PATCH] Update podspec to 5.0.5 --- BarcodeScanner.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BarcodeScanner.podspec b/BarcodeScanner.podspec index 6a80de5..9240eea 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.4" + s.version = "5.0.5" s.homepage = "https://github.com/hyperoslo/BarcodeScanner" s.license = 'MIT' s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }