Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nnabeyang committed May 12, 2024
1 parent 7e76102 commit 7e74ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ let package = Package(
// name, platforms, products, etc.
dependencies: [
// other dependencies
.package(url: "https://github.com/nnabeyang/swift-cbor", from: "0.0.2"),
.package(url: "https://github.com/nnabeyang/swift-cbor", from: "0.0.3"),
],
targets: [
.executableTarget(name: "<executable-target-name>", dependencies: [
Expand Down

0 comments on commit 7e74ec3

Please sign in to comment.