Skip to content

Commit

Permalink
bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yeahdongcn committed Mar 28, 2016
1 parent 2df468d commit 8287e3b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Installation

Simply add the following line to your `Podfile`:

pod 'RSBarcodes', '~> 0.1.4'
pod 'RSBarcodes', '~> 0.1.5'

Or you can use the **RSBarcodes framework** without import all headers files.

Expand Down
2 changes: 1 addition & 1 deletion RSBarcodes.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RSBarcodes"
s.version = "0.1.4"
s.version = "0.1.5"
s.summary = "1D and 2D barcodes scanner and generators for iOS 7 with delightful controls."
s.homepage = "https://github.com/yeahdongcn/RSBarcodes"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
</Bucket>

0 comments on commit 8287e3b

Please sign in to comment.