From 991cbae845d092a3bb8ee7886aab88173f6e2390 Mon Sep 17 00:00:00 2001 From: Yannick Loriot Date: Fri, 10 Jul 2015 19:45:15 +0200 Subject: [PATCH] Bump v4.3.0 --- QRCodeReader.swift.podspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/QRCodeReader.swift.podspec b/QRCodeReader.swift.podspec index 1d85ede..8783b56 100644 --- a/QRCodeReader.swift.podspec +++ b/QRCodeReader.swift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'QRCodeReader.swift' s.module_name = 'QRCodeReader' - s.version = '4.2.0' + s.version = '4.3.0' s.license = 'MIT' s.summary = 'Simple QRCode and 1D bar code reader in Swift' s.homepage = 'https://github.com/yannickl/QRCodeReader.swift.git' diff --git a/README.md b/README.md index 45786c3..b3dca37 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! -pod 'QRCodeReader.swift', '~> 4.2.0' +pod 'QRCodeReader.swift', '~> 4.3.0' ``` Install into your project: