Skip to content

Commit ae13854

Browse files
author
Je
committed
v0.2.10
1 parent 070eed0 commit ae13854

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
@@ -22,7 +22,7 @@ The React Framework in [Deno](https://deno.land), inspired by [Next.js](https://
2222

2323
### Installation
2424
```bash
25-
deno install -A -f -n aleph https://deno.land/x/[email protected].9/cli.ts
25+
deno install -A -f -n aleph https://deno.land/x/[email protected].10/cli.ts
2626
```
2727

2828
### 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.9",
3+
"version": "0.2.10",
44
"description": "The React Framework in Deno, inspired by Next.js.",
55
"repository": "https://github.com/postui/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.9'
1+
export const version = '0.2.10'

0 commit comments

Comments
 (0)