Skip to content

Commit

Permalink
0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Mar 17, 2024
1 parent 00c903b commit 6b8e2ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ import PackageDescription
let package = Package(
name: "SomeProject",
dependencies: [
.package(url: "https://github.com/dankinsoid/VDStore.git", from: "0.28.0")
.package(url: "https://github.com/dankinsoid/VDStore.git", from: "0.29.0")
],
targets: [
.target(name: "SomeProject", dependencies: ["VDStore"])
Expand Down

0 comments on commit 6b8e2ea

Please sign in to comment.