Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEntin committed Feb 21, 2020
1 parent b2dc16e commit 213505d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Example/Podfile.lock
Expand Up @@ -4,10 +4,10 @@ PODS:
- iOSSnapshotTestCase/Core (6.2.0)
- iOSSnapshotTestCase/SwiftSupport (6.2.0):
- iOSSnapshotTestCase/Core
- Stagehand (2.0.1)
- StagehandTesting (2.0.1):
- Stagehand (2.0.2)
- StagehandTesting (2.0.2):
- iOSSnapshotTestCase (~> 6.1)
- Stagehand (= 2.0.1)
- Stagehand (= 2.0.2)

DEPENDENCIES:
- Stagehand (from `../`)
Expand All @@ -25,8 +25,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
iOSSnapshotTestCase: 9ab44cb5aa62b84d31847f40680112e15ec579a6
Stagehand: 54285cfb41ecb107c87d5c903351f86e8a5481fb
StagehandTesting: acf5a22bb705bd1dada8a1a144f1c9e1f792540f
Stagehand: a4a339d2b1227bbffadd18877b2ae28cec416b1f
StagehandTesting: 410114f4d7583665f5e8498de1e4d631b0f49997

PODFILE CHECKSUM: e2058eb578e4d6fb432b015c43b4e221c1b70e87

Expand Down
2 changes: 1 addition & 1 deletion Stagehand.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Stagehand'
s.version = '2.0.1'
s.version = '2.0.2'
s.summary = 'Modern, type-safe API for building animations on iOS'
s.homepage = 'https://github.com/CashApp/Stagehand'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion StagehandTesting.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'StagehandTesting'
s.version = '2.0.1'
s.version = '2.0.2'
s.summary = 'Utilities for snapshot testing animations created using the Stagehand framework'
s.homepage = 'https://github.com/CashApp/Stagehand'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
Expand Down

0 comments on commit 213505d

Please sign in to comment.