Skip to content

Commit 3609941

Browse files
committed
Bump version to 3.0.2
1 parent 605ab82 commit 3609941

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Simply add the following lines to your `Podfile`:
4040
# required by Cocoapods 0.36.0.rc.1 for Swift Pods
4141
use_frameworks!
4242

43-
pod 'RSBarcodes_Swift', '~> 3.0.1'
43+
pod 'RSBarcodes_Swift', '~> 3.0.2'
4444
```
4545

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

5454
```ruby
55-
github "yeahdongcn/RSBarcodes_Swift" >= 3.0.1
55+
github "yeahdongcn/RSBarcodes_Swift" >= 3.0.2
5656
```
5757

5858
Need to import RSBarcodes_Swift manually in the ViewController file after creating the file using wizard.

RSBarcodes_Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RSBarcodes_Swift"
3-
s.version = "3.0.1"
3+
s.version = "3.0.2"
44
s.summary = "1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift. "
55
s.homepage = "https://github.com/yeahdongcn/RSBarcodes_Swift"
66
s.license = { :type => 'MIT', :file => 'LICENSE.md' }

0 commit comments

Comments
 (0)