From 170a2908e5cff83212a85ec4d9ffda3f885b7643 Mon Sep 17 00:00:00 2001 From: X Date: Sat, 27 Mar 2021 03:55:07 +0800 Subject: [PATCH] v0.3.0-alpha.18 --- 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 34de17cf8..8f960fce0 100644 --- a/import_map.json +++ b/import_map.json @@ -1,7 +1,7 @@ { "imports": { - "aleph": "https://deno.land/x/aleph@v0.3.0-alpha.17/mod.ts", - "aleph/": "https://deno.land/x/aleph@v0.3.0-alpha.17/", + "aleph": "https://deno.land/x/aleph@v0.3.0-alpha.18/mod.ts", + "aleph/": "https://deno.land/x/aleph@v0.3.0-alpha.18/", "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 f862c7884..8efd9116d 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const VERSION = '0.3.0-alpha.17' +export const VERSION = '0.3.0-alpha.18'