Skip to content

Commit

Permalink
Version Bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fbernutz committed Nov 8, 2019
1 parent 9bcc46c commit d1fb758
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.2.0

* New: Migrate to Swift Package Manager (#44)
* New: Speed up Scanner Launch
* New: Verbose error message when app crashes (#37)
* New: Make ScannerViewControllerDelegate usable with ObjC (#30 by @RWarnecke)

## 2.1.0

* New: Expose AVDocumentScanner to be public
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.1.0)
- YesWeScan (2.2.0)

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

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

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

PODFILE CHECKSUM: 2072a059059456ea19217f4b9200d97597246165

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
dotenv (2.7.5)
emoji_regex (1.0.1)
escape (0.0.4)
excon (0.67.0)
excon (0.68.0)
faraday (0.17.0)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
Expand Down Expand Up @@ -120,9 +120,9 @@ GEM
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
signet (~> 0.9)
google-cloud-core (1.3.2)
google-cloud-core (1.4.1)
google-cloud-env (~> 1.0)
google-cloud-env (1.2.1)
google-cloud-env (1.3.0)
faraday (~> 0.11)
google-cloud-storage (1.16.0)
digest-crc (~> 0.4)
Expand All @@ -149,7 +149,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mini_magick (4.9.5)
minitest (5.12.2)
minitest (5.13.0)
molinillo (0.6.6)
multi_json (1.14.1)
multi_xml (0.6.0)
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.1.0'
s.version = '2.2.0'
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 d1fb758

Please sign in to comment.