Skip to content

Commit

Permalink
bump version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yeahdongcn committed Mar 28, 2016
1 parent 4b942f8 commit 0f5c7b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Simply add the following lines to your `Podfile`:
# required by Cocoapods 0.36.0.rc.1 for Swift Pods
use_frameworks!

pod 'RSBarcodes_Swift', '~> 0.1.8'
pod 'RSBarcodes_Swift', '~> 0.1.9'
```

Need to import RSBarcodes_Swift manually in the ViewController file after creating the file using wizard.
Expand All @@ -55,7 +55,7 @@ Need to import RSBarcodes_Swift manually in the ViewController file after creati
Simply add the following line to your `Cartfile`:

```ruby
github "yeahdongcn/RSBarcodes_Swift" >= 0.1.8
github "yeahdongcn/RSBarcodes_Swift" >= 0.1.9
```

Need to import RSBarcodes_Swift manually in the ViewController file after creating the file using wizard.
Expand Down
2 changes: 1 addition & 1 deletion RSBarcodes_Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RSBarcodes_Swift"
s.version = "0.1.8"
s.version = "0.1.9"
s.summary = "1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift. "
s.homepage = "https://github.com/yeahdongcn/RSBarcodes_Swift"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand Down

0 comments on commit 0f5c7b2

Please sign in to comment.