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

Commit d21e8ad

Browse files
author
Je
committed
v0.2.26
1 parent 573c70e commit d21e8ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function Home() {
4343

4444
### Installation
4545
```bash
46-
deno install -A -f -n aleph https://deno.land/x/[email protected].25/cli.ts
46+
deno install -A -f -n aleph https://deno.land/x/[email protected].26/cli.ts
4747
```
4848

4949
### Usage

egg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aleph",
3-
"version": "0.2.25",
3+
"version": "0.2.26",
44
"description": "The React Framework in Deno.",
55
"homepage": "https://alephjs.org",
66
"repository": "https://github.com/alephjs/aleph.js",

version.ts

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

0 commit comments

Comments
 (0)