Skip to content

Commit

Permalink
0.3.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHarrisonAhn committed Dec 16, 2021
1 parent 8511118 commit 038dd3d
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 @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "Stipop",
url: "https://ios-sdk.stipop.com/0.3.0-beta.1/Stipop.xcframework.zip",
checksum: "f0c2839723bd20939620f762f8a9b6c34a987740eca24a4f66db006b8eed2dc6"
url: "https://ios-sdk.stipop.com/0.3.0-beta.2/Stipop.xcframework.zip",
checksum: "b68631f97fdcd549dcebec61b3f903c672fab8b245b8660b2b430d9e0c7b111d"
)
]
)
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.3.0-beta.1"))
.package(url: "https://github.com/stipop-development/stipop-ios-sdk.git", .upToNextMajor(from: "0.3.0-beta.2"))
]
```

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.3.0-beta.1"))
.package(url: "https://github.com/stipop-development/stipop-ios-sdk.git", .upToNextMajor(from: "0.3.0-beta.2"))
]
```

Expand Down

0 comments on commit 038dd3d

Please sign in to comment.