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

Commit b61c4c0

Browse files
committed
v0.3.0-alpha.24
1 parent 0ddbe79 commit b61c4c0

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

0 commit comments

Comments
 (0)