Skip to content

Commit 8d33c0f

Browse files
committed
Update version
1 parent 04e21de commit 8d33c0f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Knock.docc/Knock.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ platform :ios, '16.0'
6161
use_frameworks!
6262
6363
target 'MyApp' do
64-
pod 'Knock', '~> 0.2.0'
64+
pod 'Knock', '~> 1.1.0'
6565
end
6666
```
6767

@@ -70,7 +70,7 @@ end
7070
1. Add this line to your Cartfile:
7171

7272
```
73-
github "knocklabs/knock-swift" ~> 0.2.0
73+
github "knocklabs/knock-swift" ~> 1.1.0
7474
```
7575

7676
### Manually

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.0.0"
3+
spec.version = "1.1.0"
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
@@ -69,7 +69,7 @@ platform :ios, '16.0'
6969
use_frameworks!
7070
7171
target 'MyApp' do
72-
pod 'Knock', '~> 0.2.0'
72+
pod 'Knock', '~> 1.1.0'
7373
end
7474
```
7575

@@ -78,7 +78,7 @@ end
7878
1. Add this line to your Cartfile:
7979

8080
```
81-
github "knocklabs/knock-swift" ~> 0.2.0
81+
github "knocklabs/knock-swift" ~> 1.1.0
8282
```
8383

8484
### Manually

0 commit comments

Comments
 (0)