Skip to content

Commit

Permalink
v0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Je committed Oct 25, 2020
1 parent 4bb6c82 commit 29d2583
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 @@ -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].14/cli.ts
deno install -A -f -n aleph https://deno.land/x/[email protected].15/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.14",
"version": "0.2.15",
"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.14'
export const version = '0.2.15'

1 comment on commit 29d2583

@vercel
Copy link

@vercel vercel bot commented on 29d2583 Oct 25, 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.