diff --git a/Example/Podfile.lock b/Example/Podfile.lock index e3ff1d5..43a214a 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.1.1) - - StagehandTesting (2.1.1): + - Stagehand (3.0.0) + - StagehandTesting (3.0.0): - iOSSnapshotTestCase (~> 6.1) - - Stagehand (= 2.1.1) + - Stagehand (= 3.0.0) DEPENDENCIES: - Stagehand (from `../`) @@ -25,8 +25,8 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: iOSSnapshotTestCase: 9ab44cb5aa62b84d31847f40680112e15ec579a6 - Stagehand: 015860867f01dba83fcfab3043ad2b75d9ef52e4 - StagehandTesting: c0915bcbf40995b6b9ab035077f2cae7afefe562 + Stagehand: b50ca3054ab42f7ee61ec2bbe383cd42dca69567 + StagehandTesting: 9b9192ae0abc2da5fe545aac3e8bd3c8708a146d PODFILE CHECKSUM: e2058eb578e4d6fb432b015c43b4e221c1b70e87 diff --git a/Package.swift b/Package.swift index 89899a8..e018083 100644 --- a/Package.swift +++ b/Package.swift @@ -39,4 +39,4 @@ let package = Package( swiftLanguageVersions: [.v5] ) -let version = Version(2, 1, 1) +let version = Version(3, 0, 0) diff --git a/README.md b/README.md index b5c35df..2458649 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.1.1"), + .package(url: "https://github.com/cashapp/stagehand", from: "3.0.0"), ], ``` diff --git a/Stagehand.podspec b/Stagehand.podspec index 1b3ff56..dd65976 100644 --- a/Stagehand.podspec +++ b/Stagehand.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Stagehand' - s.version = '2.1.1' + s.version = '3.0.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 9db9e7d..09e3221 100644 --- a/StagehandTesting.podspec +++ b/StagehandTesting.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'StagehandTesting' - s.version = '2.1.1' + s.version = '3.0.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' }