Skip to content

Commit

Permalink
v0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Je committed Oct 21, 2020
1 parent d574ae5 commit 61166cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.10",
"version": "0.2.11",
"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.10'
export const version = '0.2.11'

1 comment on commit 61166cc

@vercel
Copy link

@vercel vercel bot commented on 61166cc Oct 21, 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.