Skip to content

Commit b61848a

Browse files
author
ije
committed
v0.2.21
1 parent 3fcafac commit b61848a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The React Framework in [Deno](https://deno.land), inspired by [Next.js](https://
2323

2424
### Installation
2525
```bash
26-
deno install -A -f -n aleph https://deno.land/x/[email protected].19/cli.ts
26+
deno install -A -f -n aleph https://deno.land/x/[email protected].21/cli.ts
2727
```
2828

2929
### Usage

egg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aleph",
3-
"version": "0.2.20",
3+
"version": "0.2.21",
44
"description": "The React Framework in Deno.",
55
"repository": "https://github.com/alephjs/aleph.js",
66
"entry": "./mod.ts",

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.2.20'
1+
export const version = '0.2.21'

0 commit comments

Comments
 (0)