Bump to version 3.0.1

This commit is contained in:
Yannick Loriot 2015-03-01 22:05:25 +01:00
parent b4d89d1839
commit 182e9c2183
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'QRCodeReader.swift'
s.version = '3.0.0'
s.version = '3.0.1'
s.license = 'MIT'
s.summary = 'Simple QRCode reader in Swift'
s.homepage = 'https://github.com/yannickl/QRCodeReader.swift.git'

View File

@ -26,7 +26,7 @@ $ touch Podfile
$ edit Podfile
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'QRCodeReader.swift', '~> 3.0.0'
pod 'QRCodeReader.swift', '~> 3.0.1'
```
Install into your project: