Skip to content

Commit

Permalink
Version Bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fbernutz committed May 5, 2019
1 parent 76ba026 commit 7d96926
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 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.1.0

* New: Expose AVDocumentScanner to be public

## 2.0.0

* Bump to Swift 5
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.31.0)
- TOCropViewController (2.4.0)
- YesWeScan (2.0.0)
- YesWeScan (2.1.0)

DEPENDENCIES:
- SwiftLint
Expand All @@ -20,7 +20,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SwiftLint: 7a0227733d786395817373b2d0ca799fd0093ff3
TOCropViewController: 368d8df3ea43b62c3dc5a61f11b9048274d240bd
YesWeScan: 7dc387de2f0cfedf9acc4db5272bda905ddcdbb5
YesWeScan: 339b411e85aed79c210fb2da213cd3ee0b013e3c

PODFILE CHECKSUM: 2072a059059456ea19217f4b9200d97597246165

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GEM
dotenv (2.7.2)
emoji_regex (1.0.1)
escape (0.0.4)
excon (0.62.0)
excon (0.64.0)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
Expand All @@ -67,7 +67,7 @@ GEM
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.5)
fastlane (2.119.0)
fastlane (2.122.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
Expand Down Expand Up @@ -142,7 +142,7 @@ GEM
memoist (0.16.0)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mime-types-data (3.2019.0331)
mini_magick (4.5.1)
minitest (5.11.3)
molinillo (0.6.6)
Expand All @@ -153,7 +153,7 @@ GEM
nap (1.1.0)
naturally (2.2.0)
netrc (0.11.0)
os (1.0.0)
os (1.0.1)
plist (3.5.0)
public_suffix (2.0.5)
representable (3.0.4)
Expand Down Expand Up @@ -187,10 +187,10 @@ GEM
uber (0.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unf_ext (0.0.7.6)
unicode-display_width (1.5.0)
word_wrap (1.0.0)
xcodeproj (1.8.2)
xcodeproj (1.9.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.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.0.0'
s.version = '2.1.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 7d96926

Please sign in to comment.