Skip to content

Commit

Permalink
0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
KimIlKyum committed Sep 13, 2022
1 parent 041f1f8 commit a5c39dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.6/Stipop.xcframework.zip",
checksum: "63a1226c4f7d553dae73a13d79e478f9ac0ed8620dbf300ec1bb36f5a3761989"
url: "https://ios-sdk.stipop.com/0.9.7/Stipop.xcframework.zip",
checksum: "688c3511e81761ab02cf77f9474462e157e408ec0d883198f4379ed50731e6e0"
)
]
)
4 changes: 2 additions & 2 deletions 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.6"))
.package(url: "https://github.com/stipop-development/stipop-ios-sdk.git", .upToNextMajor(from: "0.9.7"))
]
```

Expand All @@ -63,7 +63,7 @@ dependencies: [
아래 코드를 `Podfile`에 붙여넣고 `pod install`로 설치하세요

```ruby
pod 'StipopUIKit', '0.9.6'
pod 'StipopUIKit', '0.9.7'
```

## Contact us
Expand Down
4 changes: 2 additions & 2 deletions 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.6"))
.package(url: "https://github.com/stipop-development/stipop-ios-sdk.git", .upToNextMajor(from: "0.9.7"))
]
```

Expand All @@ -63,7 +63,7 @@ dependencies: [
Copy & Paste below into `Podfile`. Then, run `pod install`.

```ruby
pod 'StipopUIKit', '0.9.6'
pod 'StipopUIKit', '0.9.7'
```


Expand Down

0 comments on commit a5c39dc

Please sign in to comment.