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

Commit eb16508

Browse files
committed
Bump version to 1.1.3
1 parent 00975ff commit eb16508

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-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.2")
51+
.package(url: "https://github.com/hyodotdev/openiap-apple.git", from: "1.1.3")
5252
]
5353
```
5454

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

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

6868
Then run:

Sources/Models/Product.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ public struct OpenIapProduct: Codable, Equatable {
3535
return localizedTitle
3636
}
3737

38+
public var displayName: String {
39+
return localizedTitle
40+
}
41+
3842
public var displayPrice: String {
3943
return localizedPrice
4044
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.2
1+
1.1.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.1.2'
3+
s.version = '1.1.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)