Skip to content

Commit

Permalink
"Update SwiftyNotion dependency to version 0.1.4 in Package.resolved …
Browse files Browse the repository at this point in the history
…and Package.swift."
  • Loading branch information
buhe committed Mar 6, 2024
1 parent d2c945c commit 5babc0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/buhe/SwiftyNotion",
"state" : {
"revision" : "61af40905bfd5eb8cad454e02095dfbdea0498cb",
"version" : "0.1.3"
"revision" : "64e053ad708827655589a39dc0dbf897e109219c",
"version" : "0.1.4"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
.package(url: "https://github.com/juyan/swift-filestore", .upToNextMajor(from: "0.5.0")),
.package(url: "https://github.com/buhe/similarity-search-kit", from: "0.0.16"),
.package(url: "https://github.com/google/generative-ai-swift", .upToNextMajor(from: "0.4.4")),
.package(url: "https://github.com/buhe/SwiftyNotion", .upToNextMajor(from: "0.1.3")),
.package(url: "https://github.com/buhe/SwiftyNotion", .upToNextMajor(from: "0.1.4")),
.package(url: "https://github.com/nmdias/FeedKit", .upToNextMajor(from: "9.1.2")),
],
targets: [
Expand Down

0 comments on commit 5babc0f

Please sign in to comment.