diff --git a/README.md b/README.md index 294ac7253..b92b1fc79 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,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.16/cli.ts +deno install -A -f -n aleph https://deno.land/x/aleph@v0.2.17/cli.ts ``` ### Usage diff --git a/egg.json b/egg.json index 123aad786..485fe1303 100644 --- a/egg.json +++ b/egg.json @@ -1,6 +1,6 @@ { "name": "aleph", - "version": "0.2.15", + "version": "0.2.17", "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 e2a0e7c91..40ead56ca 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = '0.2.16' +export const version = '0.2.17'