Skip to content

Commit

Permalink
Version Bump to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Gollnick committed Feb 13, 2020
1 parent f9520dd commit d020a4c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.2.2

* Fixed: Hide torch on devices without torch (#49)

## 2.2.1

* Fixed: Crash on background queues
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PODS:
- SwiftLint (0.35.0)
- TOCropViewController (2.5.1)
- YesWeScan (2.2.1)
- YesWeScan (2.2.2)

DEPENDENCIES:
- SwiftLint
- TOCropViewController
- YesWeScan (from `../`)

SPEC REPOS:
https://cdn.cocoapods.org/:
trunk:
- SwiftLint
- TOCropViewController

Expand All @@ -20,7 +20,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SwiftLint: 5553187048b900c91aa03552807681bb6b027846
TOCropViewController: 00dc36c4e4a0f4a45efa91adbf22df8a4fae01d3
YesWeScan: 3976fb0b18405659edadc0b4b679d9ccabd879f9
YesWeScan: ad8be3cc6499d162b9be8a14dfe5080aca6305d1

PODFILE CHECKSUM: 2072a059059456ea19217f4b9200d97597246165

Expand Down
2 changes: 1 addition & 1 deletion YesWeScan.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'YesWeScan'
s.version = '2.2.1'
s.version = '2.2.2'
s.summary = 'adorsys Document Scanner (incl. View Controller)'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit d020a4c

Please sign in to comment.