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

Commit d02aad6

Browse files
committed
Bump version to 1.1.11
1 parent a2b45aa commit d02aad6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

5454
```swift
5555
dependencies: [
56-
.package(url: "https://github.com/hyodotdev/openiap-apple.git", from: "1.1.10")
56+
.package(url: "https://github.com/hyodotdev/openiap-apple.git", from: "1.1.11")
5757
]
5858
```
5959

@@ -68,7 +68,7 @@ Or through Xcode:
6868
Add to your `Podfile`:
6969

7070
```ruby
71-
pod 'openiap', '~> 1.1.10'
71+
pod 'openiap', '~> 1.1.11'
7272
```
7373

7474
Then run:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.10
1+
1.1.11

openiap.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'openiap'
3-
s.version = '1.1.10'
3+
s.version = '1.1.11'
44
s.summary = 'OpenIAP - Modern Swift library for in-app purchases'
55
s.description = <<-DESC
66
OpenIAP is a modern Swift library for handling in-app purchases using StoreKit 2.

0 commit comments

Comments
 (0)