We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e254498 commit 6c2a1ffCopy full SHA for 6c2a1ff
README.md
@@ -12,7 +12,7 @@ let package = Package(
12
...
13
dependencies: [
14
15
- .package(name: "Supabase", url: "https://github.com/supabase/supabase-swift.git", exact: "0.0.1"), // Add the package
+ .package(name: "Supabase", url: "https://github.com/supabase/supabase-swift.git", .exact("0.0.2")), // Add the package
16
],
17
targets: [
18
.target(
0 commit comments