Skip to content

Commit

Permalink
bump version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed May 30, 2023
1 parent f3b1bd7 commit 05d1d11
Show file tree
Hide file tree
Showing 2 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 @@ -25,8 +25,8 @@ let package = Package(
// .binaryTarget(name: "rgb_libFFI", path: "./rgb_libFFI.xcframework"),
.binaryTarget(
name: "rgb_libFFI",
url: "https://github.com/RGB-Tools/rgb-lib-swift/releases/download/0.1.1/rgb_libFFI.xcframework.zip",
checksum: "ce1a1761674c0c5ca3fec4cbced05d1bfe377d0a7cab01d6727d4d03a2fab248"),
url: "https://github.com/RGB-Tools/rgb-lib-swift/releases/download/0.1.9/rgb_libFFI.xcframework.zip",
checksum: "c1bb14396b87077689b7c74e1774ddd55443d826264737a20b5c5a9d931b48e0"),
.target(
name: "RgbLib",
dependencies: ["rgb_libFFI"]),
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ For example:
```swift
.binaryTarget(
name: "rgb_libFFI",
url: "https://github.com/RGB-Tools/rgb-lib-swift/releases/download/0.1.1/rgb_libFFI.xcframework.zip",
checksum: "ce1a1761674c0c5ca3fec4cbced05d1bfe377d0a7cab01d6727d4d03a2fab248"),
url: "https://github.com/RGB-Tools/rgb-lib-swift/releases/download/0.1.9/rgb_libFFI.xcframework.zip",
checksum: "c1bb14396b87077689b7c74e1774ddd55443d826264737a20b5c5a9d931b48e0"),
```

Commit the changed `Package.swift` file, then tag the commit with the new
Expand Down

0 comments on commit 05d1d11

Please sign in to comment.