Skip to content

Commit de79cfa

Browse files
authored
docs: set version on README
1 parent 817c253 commit de79cfa

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
@@ -15,7 +15,7 @@ let package = Package(
1515
...
1616
dependencies: [
1717
...
18-
.package(name: "Supabase", url: "https://github.com/supabase-community/supabase-swift.git", branch: "main"), // Add the package
18+
.package(name: "Supabase", url: "https://github.com/supabase-community/supabase-swift.git", from: "1.0.0"), // Add the package
1919
],
2020
targets: [
2121
.target(

0 commit comments

Comments
 (0)