Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 6ffd672

Browse files
committed
v0.3.0-alpha.15
1 parent 3abe014 commit 6ffd672

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

0 commit comments

Comments
 (0)