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

Commit 7f3376e

Browse files
author
ije
committed
v0.2.24
1 parent 0206f9d commit 7f3376e

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
@@ -23,7 +23,7 @@ The React Framework in [Deno](https://deno.land), inspired by [Next.js](https://
2323

2424
### Installation
2525
```bash
26-
deno install -A -f -n aleph https://deno.land/x/[email protected].23/cli.ts
26+
deno install -A -f -n aleph https://deno.land/x/[email protected].24/cli.ts
2727
```
2828

2929
### 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.23",
3+
"version": "0.2.24",
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.23'
1+
export const version = '0.2.24'

0 commit comments

Comments
 (0)