Skip to content

Commit

Permalink
Version Bump to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierLowmiller committed Feb 5, 2020
1 parent bc0e32c commit 9a22901
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.1

* Fixed: Crash on background queues

## 2.2.0

* New: Migrate to Swift Package Manager (#44)
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- SwiftLint (0.35.0)
- TOCropViewController (2.5.1)
- YesWeScan (2.2.0)
- YesWeScan (2.2.1)

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

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.0'
s.version = '2.2.1'
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 9a22901

Please sign in to comment.