File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Add OpenIAP to your `Package.swift`:
51
51
52
52
``` swift
53
53
dependencies: [
54
- .package (url : " https://github.com/hyodotdev/openiap-apple.git" , from : " 1.1.8 " )
54
+ .package (url : " https://github.com/hyodotdev/openiap-apple.git" , from : " 1.1.9 " )
55
55
]
56
56
```
57
57
@@ -66,7 +66,7 @@ Or through Xcode:
66
66
Add to your ` Podfile ` :
67
67
68
68
``` ruby
69
- pod ' openiap' , ' ~> 1.1.8 '
69
+ pod ' openiap' , ' ~> 1.1.9 '
70
70
```
71
71
72
72
Then run:
Original file line number Diff line number Diff line change 1
- 1.1.8
1
+ 1.1.9
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'openiap'
3
- s . version = '1.1.8 '
3
+ s . version = '1.1.9 '
4
4
s . summary = 'OpenIAP - Modern Swift library for in-app purchases'
5
5
s . description = <<-DESC
6
6
OpenIAP is a modern Swift library for handling in-app purchases using StoreKit 2.
You can’t perform that action at this time.
0 commit comments