Skip to content

Commit fdbd0d8

Browse files
author
Je
committed
v0.2.27
1 parent 0c7a0be commit fdbd0d8

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
@@ -43,7 +43,7 @@ export default function Home() {
4343

4444
### Installation
4545
```bash
46-
deno install -A -f -n aleph https://deno.land/x/[email protected].26/cli.ts
46+
deno install -A -f -n aleph https://deno.land/x/[email protected].27/cli.ts
4747
```
4848

4949
### 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.26",
3+
"version": "0.2.27",
44
"description": "The React Framework in Deno.",
55
"homepage": "https://alephjs.org",
66
"repository": "https://github.com/alephjs/aleph.js",

version.ts

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

0 commit comments

Comments
 (0)