diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 1fc90a0..09864dc 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -4,10 +4,10 @@ PODS: - iOSSnapshotTestCase/Core (6.2.0) - iOSSnapshotTestCase/SwiftSupport (6.2.0): - iOSSnapshotTestCase/Core - - Stagehand (2.0.4) - - StagehandTesting (2.0.4): + - Stagehand (2.1.0) + - StagehandTesting (2.1.0): - iOSSnapshotTestCase (~> 6.1) - - Stagehand (= 2.0.4) + - Stagehand (= 2.1.0) DEPENDENCIES: - Stagehand (from `../`) @@ -25,8 +25,8 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: iOSSnapshotTestCase: 9ab44cb5aa62b84d31847f40680112e15ec579a6 - Stagehand: d5dd3d1bdc99e06ecbf772eed5d1e31b85163cac - StagehandTesting: 989b7199348d352f327dff8ffc27cd3f085645b7 + Stagehand: d9d63810638b0e6d66ecfad3a95ad367cfda1d7a + StagehandTesting: 6186e19513c476fa022aaf7b3b095299493d7494 PODFILE CHECKSUM: e2058eb578e4d6fb432b015c43b4e221c1b70e87 diff --git a/Package.swift b/Package.swift index 528ef84..2e6498f 100644 --- a/Package.swift +++ b/Package.swift @@ -39,4 +39,4 @@ let package = Package( swiftLanguageVersions: [.v5] ) -let version = Version(2, 0, 4) +let version = Version(2, 1, 0) diff --git a/README.md b/README.md index 0d854a7..7f87b99 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To install Stagehand via [Swift Package Manager](https://github.com/apple/swift- ```swift dependencies: [ - .package(url: "https://github.com/cashapp/stagehand", from: "2.0.4"), + .package(url: "https://github.com/cashapp/stagehand", from: "2.1.0"), ], ``` diff --git a/Stagehand.podspec b/Stagehand.podspec index 8aa7b6c..b7c4926 100644 --- a/Stagehand.podspec +++ b/Stagehand.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Stagehand' - s.version = '2.0.4' + s.version = '2.1.0' 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' } diff --git a/StagehandTesting.podspec b/StagehandTesting.podspec index 03defcf..733aca6 100644 --- a/StagehandTesting.podspec +++ b/StagehandTesting.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'StagehandTesting' - s.version = '2.0.4' + s.version = '2.1.0' 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' }