Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 24d8545

Browse files
committed
chore: bump version to 1.2.22
1 parent a3562b6 commit 24d8545

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Add OpenIAP to your `Package.swift`:
6565

6666
```swift
6767
dependencies: [
68-
.package(url: "https://github.com/hyodotdev/openiap-apple.git", from: "1.2.21")
68+
.package(url: "https://github.com/hyodotdev/openiap-apple.git", from: "1.2.22")
6969
]
7070
```
7171

@@ -80,7 +80,7 @@ Or through Xcode:
8080
Add to your `Podfile`:
8181

8282
```ruby
83-
pod 'openiap', '~> 1.2.21'
83+
pod 'openiap', '~> 1.2.22'
8484
```
8585

8686
Then run:

Sources/OpenIapVersion.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public struct OpenIapVersion {
99
return version
1010
}
1111
// Fallback to hardcoded version
12-
return "1.2.21"
12+
return "1.2.22"
1313
}()
1414

1515
/// OpenIAP GraphQL version for reference
@@ -19,7 +19,7 @@ public struct OpenIapVersion {
1919
return version
2020
}
2121
// Fallback to hardcoded version
22-
return "1.2.21"
22+
return "1.2.22"
2323
}()
2424

2525
private static func loadVersionFromJSON() -> String? {

openiap-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"apple": "1.2.21",
2+
"apple": "1.2.22",
33
"gql": "1.2.1"
44
}

0 commit comments

Comments
 (0)