diff --git a/import_map.json b/import_map.json index b78ebd689..4926dfe21 100644 --- a/import_map.json +++ b/import_map.json @@ -1,7 +1,7 @@ { "imports": { - "aleph": "https://deno.land/x/aleph@v0.3.0-alpha.10/mod.ts", - "aleph/": "https://deno.land/x/aleph@v0.3.0-alpha.10/", + "aleph": "https://deno.land/x/aleph@0.3.0-alpha.11/mod.ts", + "aleph/": "https://deno.land/x/aleph@0.3.0-alpha.11/", "react": "https://esm.sh/react@17.0.1", "react-dom": "https://esm.sh/react-dom@17.0.1" } diff --git a/version.ts b/version.ts index 7333ca493..df7257c72 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const VERSION = '0.3.0-alpha.10' +export const VERSION = '0.3.0-alpha.11'