Skip to content

Commit

Permalink
Merge pull request #170 from BlinkID/feature/v2.18.1
Browse files Browse the repository at this point in the history
Feature/v2.18.1
  • Loading branch information
dgust6 authored May 30, 2018
2 parents 207957d + db3c618 commit 43d36f4
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.18.1

- Bugfixes
- `coordinatorDidDealloc` method in `PPCoordinatorDelegate` is now correctly called when all resources are released

## 2.18.0

- Updates and additions
Expand Down
Binary file modified MicroBlink.bundle/Info.plist
Binary file not shown.
Binary file modified MicroBlink.framework/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion MicroBlink.framework/MicroBlink
Git LFS file not shown
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.18.0"
s.version = "2.18.1"
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.18.0'
:tag => 'v2.18.1'
}

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.18.0'
pod 'PPBlinkID', '~> 2.18.1'
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.18.1

- Bugfixes
- `coordinatorDidDealloc` method in `PPCoordinatorDelegate` is now correctly called when all resources are released

## 2.18.0

- Updates and additions
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.18.1

- No changes

## 2.18.0

- 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 94d5934f460d2ca620d0b0cc385e29726c040e53
Built from core repository commit ca7cc0608a052f8e7f853e15243053de2f64ff7a

0 comments on commit 43d36f4

Please sign in to comment.