Skip to content

Commit

Permalink
Bump version to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yeahdongcn committed Jul 11, 2021
1 parent cd9bc3d commit 86d8b1a
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 @@ -51,7 +51,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', '~> 5.1.0'
pod 'RSBarcodes_Swift', '~> 5.1.1'
```

You will need to import RSBarcodes_Swift manually in the ViewController file after creating the file using wizard.
Expand All @@ -63,7 +63,7 @@ You will need to import RSBarcodes_Swift manually in the ViewController file aft
Simply add the following line to your `Cartfile`:

```ruby
github "yeahdongcn/RSBarcodes_Swift" >= 5.1.0
github "yeahdongcn/RSBarcodes_Swift" >= 5.1.1
```

You will 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 = "5.1.0"
s.version = "5.1.1"
s.summary = "1D and 2D barcodes reader and generators for iOS 9 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 86d8b1a

Please sign in to comment.