Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 61166cc

Browse files
author
Je
committed
v0.2.11
1 parent d574ae5 commit 61166cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

egg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "aleph",
3-
"version": "0.2.10",
3+
"version": "0.2.11",
44
"description": "The React Framework in Deno, inspired by Next.js.",
55
"repository": "https://github.com/postui/aleph.js",
6-
"entry": "./mod.ts",
6+
"entry": "/mod.ts",
77
"files": [
88
"./*.ts",
99
"./cli/**/*",

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.2.10'
1+
export const version = '0.2.11'

0 commit comments

Comments
 (0)