Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEntin committed May 30, 2020
1 parent 0103a28 commit 0754159
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion AccessibilitySnapshot.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AccessibilitySnapshot'
s.version = '0.3.0'
s.version = '0.3.1'
s.summary = 'Easy regression testing for iOS accessibility'

s.homepage = 'https://github.com/CashApp/AccessibilitySnapshot'
Expand Down
13 changes: 7 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
PODS:
- AccessibilitySnapshot (0.3.0):
- AccessibilitySnapshot/Core (= 0.3.0)
- AccessibilitySnapshot/iOSSnapshotTestCase (= 0.3.0)
- AccessibilitySnapshot/Core (0.3.0):
- AccessibilitySnapshot (0.3.1):
- AccessibilitySnapshot/Core (= 0.3.1)
- AccessibilitySnapshot/iOSSnapshotTestCase (= 0.3.1)
- AccessibilitySnapshot/Core (0.3.1):
- fishhook (~> 0.2)
- AccessibilitySnapshot/iOSSnapshotTestCase (0.3.0):
- AccessibilitySnapshot/iOSSnapshotTestCase (0.3.1):
- AccessibilitySnapshot/Core
- iOSSnapshotTestCase (~> 6.0)
- fishhook (0.2)
- iOSSnapshotTestCase (6.2.0):
Expand All @@ -30,7 +31,7 @@ EXTERNAL SOURCES:
:path: "../AccessibilitySnapshot.podspec"

SPEC CHECKSUMS:
AccessibilitySnapshot: 7da311708ad3959dcfbd71d5c993115242146b3b
AccessibilitySnapshot: 5c623007716998e3b9d040fd28f42407c0e38502
fishhook: ea19933abfe8f2f52c55fd8b6e2718467d3ebc89
iOSSnapshotTestCase: 9ab44cb5aa62b84d31847f40680112e15ec579a6
Paralayout: e36bf8c795ed9930159b9635ebb802d026667d0b
Expand Down

0 comments on commit 0754159

Please sign in to comment.