Skip to content

Commit

Permalink
Bump to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickl committed Nov 7, 2015
1 parent af11cf3 commit 85717b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Example/QRCodeReaderViewControllerExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.0.0</string>
<string>4.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion QRCodeReaderViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'QRCodeReaderViewController'
s.version = '4.0.0'
s.version = '4.0.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Simple QRCode reader for iOS 7 and over'
s.description = 'The `QRCodeReaderViewController` is a simple QRCode and bar code reader/scanner based on the `AVFoundation` framework from Apple. It aims to replace ZXing or ZBar for iOS 7 and over.'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ $ touch Podfile
$ edit Podfile
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
pod 'QRCodeReaderViewController', '~> 4.0.0'
pod 'QRCodeReaderViewController', '~> 4.0.1'
```

Install into your project:
Expand Down

0 comments on commit 85717b4

Please sign in to comment.