Skip to content

Commit

Permalink
v0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Je committed Oct 22, 2020
1 parent b696961 commit baeec47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The React Framework in [Deno](https://deno.land), inspired by [Next.js](https://

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

### Usage
Expand Down
4 changes: 2 additions & 2 deletions egg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "aleph",
"version": "0.2.11",
"version": "0.2.12",
"description": "The React Framework in Deno, inspired by Next.js.",
"repository": "https://github.com/postui/aleph.js",
"entry": "/mod.ts",
"entry": "./mod.ts",
"files": [
"./*.ts",
"./cli/**/*",
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.11'
export const version = '0.2.12'

1 comment on commit baeec47

@vercel
Copy link

@vercel vercel bot commented on baeec47 Oct 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.