Skip to content

Commit

Permalink
Bump to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickl committed Jul 15, 2015
1 parent 2db6268 commit 2ce2e59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ Please keep the list sorted.
### People and companies, who have contributed

* [Akira Matsuda](https://github.com/0x0c)
* [Andrea Mazzini](https://github.com/andreamazz)
* [Jan](https://github.com/jaltek)
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 = '3.5.0'
s.version = '3.5.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 @@ -26,7 +26,7 @@ $ touch Podfile
$ edit Podfile
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
pod 'QRCodeReaderViewController', '~> 3.5.0'
pod 'QRCodeReaderViewController', '~> 3.5.1'
```

Install into your project:
Expand Down

0 comments on commit 2ce2e59

Please sign in to comment.