Skip to content

Commit

Permalink
"Update SwiftyNotion package to version 0.1.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
buhe committed Feb 17, 2024
1 parent f25aa83 commit 3225da0
Showing 1 changed file with 1 addition and 1 deletion.
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.2")),
.package(url: "https://github.com/buhe/SwiftyNotion", .upToNextMajor(from: "0.1.3")),
.package(url: "https://github.com/nmdias/FeedKit", .upToNextMajor(from: "9.1.2")),
],
targets: [
Expand Down

0 comments on commit 3225da0

Please sign in to comment.