diff --git a/Package.resolved b/Package.resolved index a644f52..ae4e9bc 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,9 +5,9 @@ "package": "Flow", "repositoryURL": "https://github.com/hedviginsurance/Flow", "state": { - "branch": "master", - "revision": "6dd955328903594a978aee1fe9d549a92e818aaf", - "version": null + "branch": null, + "revision": "ae8293bdd84c56680ac52e0fbb89a8add69bae4f", + "version": "1.8.7" } }, { diff --git a/Presentation/Journey/UIViewController+Journey.swift b/Presentation/Journey/UIViewController+Journey.swift index cfed313..73d8d4f 100644 --- a/Presentation/Journey/UIViewController+Journey.swift +++ b/Presentation/Journey/UIViewController+Journey.swift @@ -48,7 +48,7 @@ extension UIViewController { } } - func present(_ presentation: J) -> JourneyPresentResult { + public func present(_ presentation: J) -> JourneyPresentResult { let (matter, result) = presentation.presentable.materialize() let vc = unsafeCastToUIViewController(tupleUnnest(matter))