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

Commit 39b79d3

Browse files
committed
Bump version to 1.2.0
1 parent ec62d78 commit 39b79d3

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

6868
```swift
6969
dependencies: [
70-
.package(url: "https://github.com/hyodotdev/openiap-apple.git", from: "1.1.12")
70+
.package(url: "https://github.com/hyodotdev/openiap-apple.git", from: "1.2.0")
7171
]
7272
```
7373

@@ -82,7 +82,7 @@ Or through Xcode:
8282
Add to your `Podfile`:
8383

8484
```ruby
85-
pod 'openiap', '~> 1.1.12'
85+
pod 'openiap', '~> 1.2.0'
8686
```
8787

8888
Then run:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.12
1+
1.2.0

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