From c0e373421767e70b68e903ed92fb4fadb23160e8 Mon Sep 17 00:00:00 2001 From: X Date: Wed, 24 Mar 2021 01:59:01 +0800 Subject: [PATCH] v0.3.0-alpha.11 --- import_map.json | 4 ++-- version.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'