From 5e8557a0d4811fcbb347259b9b266ceb0e611318 Mon Sep 17 00:00:00 2001 From: Je Date: Thu, 29 Oct 2020 02:56:28 +0800 Subject: [PATCH] v0.2.19 --- README.md | 2 +- egg.json | 2 +- version.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35ea97742..d45236352 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The React Framework in [Deno](https://deno.land), inspired by [Next.js](https:// ### Installation ```bash -deno install -A -f -n aleph https://deno.land/x/aleph@v0.2.18/cli.ts +deno install -A -f -n aleph https://deno.land/x/aleph@v0.2.19/cli.ts ``` ### Usage diff --git a/egg.json b/egg.json index 54a0a96d7..90972946b 100644 --- a/egg.json +++ b/egg.json @@ -1,6 +1,6 @@ { "name": "aleph", - "version": "0.2.18", + "version": "0.2.19", "description": "The React Framework in Deno.", "repository": "https://github.com/postui/aleph.js", "entry": "./mod.ts", diff --git a/version.ts b/version.ts index f69a0855c..e31b37793 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = '0.2.18' +export const version = '0.2.19'