Skip to content

Commit baeec47

Browse files
author
Je
committed
v0.2.12
1 parent b696961 commit baeec47

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

2828
### Usage

egg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "aleph",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"description": "The React Framework in Deno, inspired by Next.js.",
55
"repository": "https://github.com/postui/aleph.js",
6-
"entry": "/mod.ts",
6+
"entry": "./mod.ts",
77
"files": [
88
"./*.ts",
99
"./cli/**/*",

version.ts

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

0 commit comments

Comments
 (0)