Skip to content

Commit 6c2a1ff

Browse files
author
Guilherme Souza
committed
Bump version in README.md
1 parent e254498 commit 6c2a1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
...
1313
dependencies: [
1414
...
15-
.package(name: "Supabase", url: "https://github.com/supabase/supabase-swift.git", exact: "0.0.1"), // Add the package
15+
.package(name: "Supabase", url: "https://github.com/supabase/supabase-swift.git", .exact("0.0.2")), // Add the package
1616
],
1717
targets: [
1818
.target(

0 commit comments

Comments
 (0)