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

Commit e3343b2

Browse files
committed
Bump version to 1.2.3
1 parent fa43cd2 commit e3343b2

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
@@ -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.2")
68+
.package(url: "https://github.com/hyodotdev/openiap-apple.git", from: "1.2.3")
6969
]
7070
```
7171

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

8282
```ruby
83-
pod 'openiap', '~> 1.2.2'
83+
pod 'openiap', '~> 1.2.3'
8484
```
8585

8686
Then run:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2
1+
1.2.3

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