Skip to content

Commit 648060f

Browse files
committed
v0.3.0-alpha.22
1 parent fa2e1ac commit 648060f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

import_map.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"imports": {
3-
"aleph/": "https://deno.land/x/[email protected].21/",
4-
"framework": "https://deno.land/x/[email protected].21/framework/core/mod.ts",
5-
"framework:react": "https://deno.land/x/[email protected].21/framework/react/mod.ts",
3+
"aleph/": "https://deno.land/x/[email protected].22/",
4+
"framework": "https://deno.land/x/[email protected].22/framework/core/mod.ts",
5+
"framework:react": "https://deno.land/x/[email protected].22/framework/react/mod.ts",
66
"react": "https://esm.sh/[email protected]",
77
"react-dom": "https://esm.sh/[email protected]"
88
}

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.3.0-alpha.21'
1+
export const VERSION = '0.3.0-alpha.22'

0 commit comments

Comments
 (0)