Skip to content

Commit

Permalink
v0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Je committed Oct 28, 2020
1 parent c542024 commit 5e8557a
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 @@ -23,7 +23,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].18/cli.ts
deno install -A -f -n aleph https://deno.land/x/[email protected].19/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.18",
"version": "0.2.19",
"description": "The React Framework in Deno.",
"repository": "https://github.com/postui/aleph.js",
"entry": "./mod.ts",
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.18'
export const version = '0.2.19'

1 comment on commit 5e8557a

@vercel
Copy link

@vercel vercel bot commented on 5e8557a Oct 28, 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.