Skip to content

Commit

Permalink
Bump version to 4.0.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEntin authored Jan 8, 2021
1 parent e8e34a1 commit 8af8447
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ PODS:
- iOSSnapshotTestCase/SwiftSupport (6.2.0):
- iOSSnapshotTestCase/Core
- SnapshotTesting (1.7.0)
- Stagehand (3.0.0)
- StagehandTesting/iOSSnapshotTestCase (3.0.0):
- Stagehand (4.0.0)
- StagehandTesting/iOSSnapshotTestCase (4.0.0):
- iOSSnapshotTestCase (~> 6.1)
- Stagehand (= 3.0.0)
- StagehandTesting/SnapshotTesting (3.0.0):
- Stagehand (= 4.0.0)
- StagehandTesting/SnapshotTesting (4.0.0):
- SnapshotTesting (~> 1.7)
- Stagehand (= 3.0.0)
- Stagehand (= 4.0.0)

DEPENDENCIES:
- SnapshotTesting (= 1.7.0)
Expand All @@ -33,8 +33,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
iOSSnapshotTestCase: 9ab44cb5aa62b84d31847f40680112e15ec579a6
SnapshotTesting: 273b614fcc60fac7d9f613f6648afa91a7da36be
Stagehand: 84db8f40d1f54dc9da7bcef48ba5f98507771795
StagehandTesting: f343da4ba18ce7d144aef0592d194d1dcc1d5b4e
Stagehand: 29ee26a0690ebf90a5ea45e86fd88b865baf5403
StagehandTesting: 3354a5300e7fc6d1ba9ab182762feff9e80cb6de

PODFILE CHECKSUM: b4841bd82e57283ff97d83f4bb89137cc01f6102

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ let package = Package(
swiftLanguageVersions: [.v5]
)

let version = Version(3, 0, 0)
let version = Version(4, 0, 0)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To install Stagehand via [Swift Package Manager](https://github.com/apple/swift-

```swift
dependencies: [
.package(url: "https://github.com/cashapp/stagehand", from: "3.0.0"),
.package(url: "https://github.com/cashapp/stagehand", from: "4.0.0"),
],
```

Expand Down
2 changes: 1 addition & 1 deletion Stagehand.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Stagehand'
s.version = '3.0.0'
s.version = '4.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' }
Expand Down
2 changes: 1 addition & 1 deletion StagehandTesting.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'StagehandTesting'
s.version = '3.0.0'
s.version = '4.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' }
Expand Down

0 comments on commit 8af8447

Please sign in to comment.