Skip to content

Commit 6c0d1e7

Browse files
committed
Update VanJS's version number to 1.5.0
1 parent 834a92a commit 6c0d1e7

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

bun-examples/hydration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a [Bun 1.0](https://bun.sh/blog/bun-v1.0)-based variation of the fullsta
88
```json
99
"dependencies": {
1010
"mini-van-plate": "^0.5.6",
11-
"vanjs-core": "^1.4.1"
11+
"vanjs-core": "^1.5.0"
1212
},
1313
"devDependencies": {
1414
"bun": "^1.0.0",

demo/terminal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Compare to the ordinary Unix terminal that you're familiar with, this web-based
1919

2020
* [`server.ts`](https://github.com/vanjs-org/van/blob/main/demo/terminal/server.ts): A Deno-based server-side script which connects to the shell of your local computer.
2121
* [`client.html`](https://github.com/vanjs-org/van/blob/main/demo/terminal/client.html): An HTML file served by `server.ts` with client-side implementation for the GUI of the terminal.
22-
* [`van-1.4.1.min.js`](https://github.com/vanjs-org/van/blob/main/demo/terminal/van-1.4.1.min.js): Minified **VanJS** code, used by `client.html`.
22+
* [`van-1.5.0.min.js`](https://github.com/vanjs-org/van/blob/main/demo/terminal/van-1.5.0.min.js): Minified **VanJS** code, used by `client.html`.
2323

2424
## Run the Terminal App in Your Local Computer
2525

demo/terminal/client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</head>
4848
<body>
4949
<script type="module">
50-
import van from "./van-1.4.1.min.js"
50+
import van from "./van-1.5.0.min.js"
5151

5252
const {a, div, i, input, pre, table, tbody, td, textarea, th, thead, tr} = van.tags
5353

doc/size_comp.png

948 Bytes
Loading

0 commit comments

Comments
 (0)