Skip to content

Commit b46114b

Browse files
committed
v0.3.0-alpha.31
1 parent 19fb812 commit b46114b

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,9 +1,9 @@
11
{
22
"imports": {
33
"std/": "https://deno.land/[email protected]/",
4-
"aleph/": "https://deno.land/x/[email protected].30/",
5-
"framework": "https://deno.land/x/[email protected].30/framework/core/mod.ts",
6-
"framework/react": "https://deno.land/x/[email protected].30/framework/react/mod.ts",
4+
"aleph/": "https://deno.land/x/[email protected].31/",
5+
"framework": "https://deno.land/x/[email protected].31/framework/core/mod.ts",
6+
"framework/react": "https://deno.land/x/[email protected].31/framework/react/mod.ts",
77
"react": "https://esm.sh/[email protected]",
88
"react-dom": "https://esm.sh/[email protected]",
99
"react-dom/server": "https://esm.sh/[email protected]/server"

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.30'
1+
export const VERSION = '0.3.0-alpha.31'

0 commit comments

Comments
 (0)