Skip to content

Commit 4e98e5a

Browse files
committed
Bug fix to clear the pending deep link after its handler
1 parent 68f5f7c commit 4e98e5a

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The changelog for `SuperwallKit`. Also see the [releases](https://github.com/superwall/Superwall-iOS/releases) on GitHub.
44

5-
## 4.1.0-beta.4
5+
## 4.1.0-beta.5
66

77
### Enhancements
88

Sources/SuperwallKit/DeepLinkRouter.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ final class DeepLinkRouter {
5252
case .retrieved:
5353
if let deepLink = Self.pendingDeepLink {
5454
self?.route(url: deepLink)
55+
Self.pendingDeepLink = nil
5556
}
5657
default:
5758
break

Sources/SuperwallKit/Misc/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ let sdkVersion = """
1818
*/
1919

2020
let sdkVersion = """
21-
4.1.0-beta.4
21+
4.1.0-beta.5
2222
"""

SuperwallKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SuperwallKit"
4-
s.version = "4.1.0-beta.4"
4+
s.version = "4.1.0-beta.5"
55
s.summary = "Superwall: In-App Paywalls Made Easy"
66
s.description = "Paywall infrastructure for mobile apps :) we make things like editing your paywall and running price tests as easy as clicking a few buttons. superwall.com"
77

0 commit comments

Comments
 (0)