Skip to content

Commit f4645e0

Browse files
author
Je
committed
v0.2.14
1 parent 512004e commit f4645e0

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].13/cli.ts
25+
deno install -A -f -n aleph https://deno.land/x/[email protected].14/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.13",
3+
"version": "0.2.14",
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.13'
1+
export const version = '0.2.14'

0 commit comments

Comments
 (0)