File tree 3 files changed +4
-4
lines changed
wasm-wrappers/fdw/notion_fdw
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ Foreign data wrappers built with Wasm which can be used on Supabase platform.
69
69
70
70
Supported by [ Supabase] ( https://www.supabase.com )
71
71
72
- :octicons-tag-24: [ v0.1.0 ] ( https://github.com/supabase/wrappers/releases/tag/wasm_notion_fdw_v0.1.0 )   ;
73
- :octicons-code-24: [ source] ( https://github.com/supabase/wrappers/tree/wasm_notion_fdw_v0.1.0 /wasm-wrappers/fdw/notion_fdw )   ;
72
+ :octicons-tag-24: [ v0.1.1 ] ( https://github.com/supabase/wrappers/releases/tag/wasm_notion_fdw_v0.1.1 )   ;
73
+ :octicons-code-24: [ source] ( https://github.com/supabase/wrappers/tree/wasm_notion_fdw_v0.1.1 /wasm-wrappers/fdw/notion_fdw )   ;
74
74
:material-file-document: [ docs] ( ../notion.md )
75
75
76
76
- :simple-webassembly:   ; ** [ Paddle] ( ../paddle.md ) **
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " notion_fdw"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
edition = " 2021"
5
5
6
6
[lib ]
Original file line number Diff line number Diff line change 1
- package supabase : notion-fdw @ 0.1.0 ;
1
+ package supabase : notion-fdw @ 0.1.1 ;
2
2
3
3
world notion {
4
4
import supabase :wrappers /http @ 0.1.0 ;
You can’t perform that action at this time.
0 commit comments