Skip to content

Commit

Permalink
v0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Je committed Oct 23, 2020
1 parent 1d75cc5 commit 267c42f
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].12/cli.ts
deno install -A -f -n aleph https://deno.land/x/[email protected].13/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.12",
"version": "0.2.13",
"description": "The React Framework in Deno, inspired by Next.js.",
"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.12'
export const version = '0.2.13'

1 comment on commit 267c42f

@vercel
Copy link

@vercel vercel bot commented on 267c42f Oct 23, 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.