Skip to content

Commit

Permalink
Merge pull request #88 from square/msilvis/bump-version
Browse files Browse the repository at this point in the history
Bumping Point of Sale version for Xcode 12 support
  • Loading branch information
MikeSilvis authored Sep 29, 2020
2 parents 74445f0 + 2c44039 commit cb81329
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- OCMock (3.1)
- SquarePointOfSaleSDK (3.4.0)
- SquarePointOfSaleSDK/SampleApp (3.4.0)
- SquarePointOfSaleSDK/Tests (3.4.0):
- SquarePointOfSaleSDK (3.4.1)
- SquarePointOfSaleSDK/SampleApp (3.4.1)
- SquarePointOfSaleSDK/Tests (3.4.1):
- OCMock (= 3.1)

DEPENDENCIES:
Expand All @@ -20,7 +20,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
OCMock: 721c11680ae2d65d67f40932777194daf7002781
SquarePointOfSaleSDK: da46a95eb1887b8f1b3d8b0bcdc376f4cdfc350b
SquarePointOfSaleSDK: 7cd8c9bd790e33e837960e21f84d68a893a39a84

PODFILE CHECKSUM: a679ea1c4a7a65af08221a21783dd323549bd283

Expand Down
2 changes: 1 addition & 1 deletion SquarePointOfSaleSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SquarePointOfSaleSDK'
s.version = '3.4.0'
s.version = '3.4.1'
s.summary = 'SDK for easier use of Square\'s Point of Sale app-switching API on iOS'
s.homepage = 'https://github.com/square/SquarePointOfSaleSDK-iOS/'
s.license = { :type => 'Apache License, Version 2.0', :text => #{ Date.today.year } Square, Inc." }
Expand Down

0 comments on commit cb81329

Please sign in to comment.