Skip to content

Commit 9c31004

Browse files
committed
version fix
1 parent 0644447 commit 9c31004

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.11"
3+
spec.version = "1.2.4"
44
spec.summary = "An SDK to build in-app notifications experiences in Swift with Knock."
55

66
spec.description = <<-DESC

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you are managing dependencies using the `Package.swift` file, just add this t
5656

5757
``` swift
5858
dependencies: [
59-
.package(url: "https://github.com/knocklabs/knock-swift.git", .upToNextMajor(from: "1.2.11"))
59+
.package(url: "https://github.com/knocklabs/knock-swift.git", .upToNextMajor(from: "1.2.4"))
6060
]
6161
```
6262

@@ -69,7 +69,7 @@ platform :ios, '16.0'
6969
use_frameworks!
7070
7171
target 'MyApp' do
72-
pod 'Knock', '~> 1.2.11'
72+
pod 'Knock', '~> 1.2.4'
7373
end
7474
```
7575

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.11"
13+
internal static let clientVersion = "1.2.4"
1414

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

0 commit comments

Comments
 (0)