Skip to content

Commit

Permalink
#2 Bump to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickl committed Nov 15, 2014
1 parent afc9ba2 commit 8885a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = '1.0.1'
s.version = '2.0.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Simple QRCode reader for iOS 7 and over'
s.description = 'The `QRCodeReaderViewController` is a simple QRCode 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', '~> 1.0.0'
pod 'QRCodeReaderViewController', '~> 2.0.0'
```

Install into your project:
Expand Down

0 comments on commit 8885a1d

Please sign in to comment.