Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHarrisonAhn committed Dec 16, 2021
1 parent 45de34d commit ef66c38
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3/Stipop.xcframework.zip",
checksum: "6f2216c30b2406ada6f4fb002dcb5a703be37bb31878fbbe38ac036fd6a17fc5"
url: "https://ios-sdk.stipop.com/0.3.0/Stipop.xcframework.zip",
checksum: "61f84cdd556a6113404e4f84c3be2b07c912fe8ef9f05c813844704683a65bb3"
)
]
)
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.3"))
.package(url: "https://github.com/stipop-development/stipop-ios-sdk.git", .upToNextMajor(from: "0.3.0"))
]
```

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

Expand Down
2 changes: 1 addition & 1 deletion StipopDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
repositoryURL = "https://github.com/stipop-development/stipop-ios-sdk";
requirement = {
kind = exactVersion;
version = "0.3.0-beta.3";
version = 0.3.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit ef66c38

Please sign in to comment.