Skip to content

Commit d8aa121

Browse files
committed
Merge branch 'jazzy-restructure' of github.com:wwt/SwiftCurrent into jazzy-restructure
2 parents 3a73eda + d1ded79 commit d8aa121

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Sources/SwiftCurrent_SwiftUI/Views/WorkflowLauncher.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ public struct WorkflowLauncher<Content: View>: View {
149149
}
150150

151151
private func resetWorkflow() {
152+
model.onFinishPublisher.send(nil)
152153
launcher.workflow.launch(withOrchestrationResponder: model, passedArgs: launcher.launchArgs)
153154
}
154155

SwiftCurrent.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftCurrent'
3-
s.version = '4.4.5'
3+
s.version = '4.4.6'
44
s.summary = 'A library for complex workflows in Swift'
55
s.description = <<-DESC
66
SwiftCurrent is a library that lets you easily manage journeys through your Swift application.

0 commit comments

Comments
 (0)