Skip to content

Commit 170a290

Browse files
committed
v0.3.0-alpha.18
1 parent 2ae4540 commit 170a290

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/[email protected].17/mod.ts",
4-
"aleph/": "https://deno.land/x/[email protected].17/",
3+
"aleph": "https://deno.land/x/[email protected].18/mod.ts",
4+
"aleph/": "https://deno.land/x/[email protected].18/",
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.17'
1+
export const VERSION = '0.3.0-alpha.18'

0 commit comments

Comments
 (0)