Skip to content

Commit

Permalink
0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KimIlKyum committed Aug 28, 2022
1 parent fcbe805 commit 7ac9fe1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "Stipop",
url: "https://ios-sdk.stipop.com/0.9.3/Stipop.xcframework.zip",
checksum: "1b3eeaafe47b22d928372a43a49cc9ee63a00ac0c43ee522b6d794ff3157f0f8"
url: "https://ios-sdk.stipop.com/0.9.4/Stipop.xcframework.zip",
checksum: "e4f8e464cfceac2f31aefcbea9c081f5ebe082e0a0e2eb8e114dbeb6417920dc"
)
]
)
2 changes: 1 addition & 1 deletion README.kr.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Swift Package가 있다면, Package.swift의 dependency에 추가하세요.

```swift
dependencies: [
.package(url: "https://github.com/stipop-development/stipop-ios-sdk.git", .upToNextMajor(from: "0.9.3"))
.package(url: "https://github.com/stipop-development/stipop-ios-sdk.git", .upToNextMajor(from: "0.9.4"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If you have a Swift Package, add dependency into Package.swift

```swift
dependencies: [
.package(url: "https://github.com/stipop-development/stipop-ios-sdk.git", .upToNextMajor(from: "0.9.3"))
.package(url: "https://github.com/stipop-development/stipop-ios-sdk.git", .upToNextMajor(from: "0.9.4"))
]
```

Expand Down

0 comments on commit 7ac9fe1

Please sign in to comment.