Skip to content

Commit

Permalink
v0.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Je committed Dec 6, 2020
1 parent 0c7a0be commit fdbd0d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function Home() {

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

### Usage
Expand Down
2 changes: 1 addition & 1 deletion egg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aleph",
"version": "0.2.26",
"version": "0.2.27",
"description": "The React Framework in Deno.",
"homepage": "https://alephjs.org",
"repository": "https://github.com/alephjs/aleph.js",
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.2.26'
export const version = '0.2.27'

0 comments on commit fdbd0d8

Please sign in to comment.