Skip to content

Commit 179653b

Browse files
authored
Merge pull request #5 from manriif/dev
fix(readme): change code block version name
2 parents 4953c28 + 6c2b29b commit 179653b

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
@@ -32,7 +32,7 @@ If you plan to write multiple functions, declare the plugin in the root build sc
3232
// <root>/build.gradle.kts
3333

3434
plugins {
35-
id("io.github.manriif.supabase-functions") version "0.0.1" apply false
35+
id("io.github.manriif.supabase-functions") version "<latest-version>" apply false
3636
}
3737
```
3838

0 commit comments

Comments
 (0)