Skip to content

Commit 3933115

Browse files
author
Je
committed
v0.2.17
1 parent 86bb340 commit 3933115

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
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].16/cli.ts
25+
deno install -A -f -n aleph https://deno.land/x/[email protected].17/cli.ts
2626
```
2727

2828
### Usage

egg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aleph",
3-
"version": "0.2.15",
3+
"version": "0.2.17",
44
"description": "The React Framework in Deno.",
55
"repository": "https://github.com/postui/aleph.js",
66
"entry": "./mod.ts",

version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.2.16'
1+
export const version = '0.2.17'

0 commit comments

Comments
 (0)