Skip to content

Commit

Permalink
Updated docs to version v2.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dino Gustin committed May 4, 2018
1 parent ac494f3 commit 461aec9
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.17.3

- Bugfixes
- Added support for nonstandard pdf417 barcodes which wrongly encode number of data codewords

## 2.17.2

- Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions PPBlinkID.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PPBlinkID"
s.version = "2.17.2"
s.version = "2.17.3"
s.summary = "A delightful component for barcode scanning"
s.homepage = "http://microblink.com"

Expand Down Expand Up @@ -32,7 +32,7 @@ Pod::Spec.new do |s|

s.source = {
:git => 'https://github.com/BlinkID/blinkid-ios.git',
:tag => 'v2.17.2'
:tag => 'v2.17.3'
}

s.platform = :ios
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pod try PPBlinkID
platform :ios, '8.0'

target 'TargetName' do
pod 'PPBlinkID', '~> 2.17.2'
pod 'PPBlinkID', '~> 2.17.3'
end
```

Expand Down
5 changes: 5 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.17.3

- Bugfixes
- Added support for nonstandard pdf417 barcodes which wrongly encode number of data codewords

## 2.17.2

- Bugfixes
Expand Down
4 changes: 4 additions & 0 deletions Transition guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.17.3

- No changes

## 2.17.2

- No changes
Expand Down
2 changes: 1 addition & 1 deletion buildCommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Built from core repository commit 24dbb9245f2ef8dc75012774933b6cf901e62c17
Built from core repository commit f366da722e0f1e2a05cb2baac82f8bc85b4f18dc

0 comments on commit 461aec9

Please sign in to comment.