Skip to content

Commit 875cdbb

Browse files
committed
Update Version
1 parent 910d081 commit 875cdbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Knock.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "Knock"
3-
spec.version = "1.2.1"
3+
spec.version = "1.2.2"
44
spec.summary = "An SDK to build in-app notifications experiences in Swift with Knock.."
55

66
spec.description = <<-DESC

Sources/Knock.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import OSLog
1010

1111
// Knock client SDK.
1212
public class Knock {
13-
internal static let clientVersion = "1.2.1"
13+
internal static let clientVersion = "1.2.2"
1414

1515
public static var shared: Knock = Knock()
1616

0 commit comments

Comments
 (0)