diff --git a/README.md b/README.md index 8c879f91a..a07a13cfe 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.12/cli.ts +deno install -A -f -n aleph https://deno.land/x/aleph@v0.2.13/cli.ts ``` ### Usage diff --git a/egg.json b/egg.json index d62758863..b812fa9b5 100644 --- a/egg.json +++ b/egg.json @@ -1,6 +1,6 @@ { "name": "aleph", - "version": "0.2.12", + "version": "0.2.13", "description": "The React Framework in Deno, inspired by Next.js.", "repository": "https://github.com/postui/aleph.js", "entry": "./mod.ts", diff --git a/version.ts b/version.ts index 0c1e48803..9ce772dd3 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = '0.2.12' +export const version = '0.2.13'