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

Commit 9b5539c

Browse files
committed
Bump version to 1.1.2
1 parent 8a3bcac commit 9b5539c

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
@@ -48,7 +48,7 @@ Add OpenIAP to your `Package.swift`:
4848

4949
```swift
5050
dependencies: [
51-
.package(url: "https://github.com/hyodotdev/openiap-apple.git", from: "1.1.1")
51+
.package(url: "https://github.com/hyodotdev/openiap-apple.git", from: "1.1.2")
5252
]
5353
```
5454

@@ -62,7 +62,7 @@ Or through Xcode:
6262
Add to your `Podfile`:
6363

6464
```ruby
65-
pod 'openiap', '~> 1.1.1'
65+
pod 'openiap', '~> 1.1.2'
6666
```
6767

6868
Then run:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

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.1'
3+
s.version = '1.1.2'
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)