We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910d081 commit 875cdbbCopy full SHA for 875cdbb
Knock.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "Knock"
3
- spec.version = "1.2.1"
+ spec.version = "1.2.2"
4
spec.summary = "An SDK to build in-app notifications experiences in Swift with Knock.."
5
6
spec.description = <<-DESC
Sources/Knock.swift
@@ -10,7 +10,7 @@ import OSLog
10
11
// Knock client SDK.
12
public class Knock {
13
- internal static let clientVersion = "1.2.1"
+ internal static let clientVersion = "1.2.2"
14
15
public static var shared: Knock = Knock()
16
0 commit comments