Skip to content

Commit c0e3734

Browse files
committed
v0.3.0-alpha.11
1 parent df701e8 commit c0e3734

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

import_map.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"imports": {
3-
"aleph": "https://deno.land/x/aleph@v0.3.0-alpha.10/mod.ts",
4-
"aleph/": "https://deno.land/x/aleph@v0.3.0-alpha.10/",
3+
"aleph": "https://deno.land/x/aleph@0.3.0-alpha.11/mod.ts",
4+
"aleph/": "https://deno.land/x/aleph@0.3.0-alpha.11/",
55
"react": "https://esm.sh/[email protected]",
66
"react-dom": "https://esm.sh/[email protected]"
77
}

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

0 commit comments

Comments
 (0)