Skip to content

Commit b2ed6f6

Browse files
committed
Published version 10.5.3
1 parent 6d8abd1 commit b2ed6f6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ If you are going to use X_ITE in a production environment, you should use a fixe
3636
jsDelivr is an open-source content delivery network (CDN) renowned for its no-cost access, swift performance, and reliable service.
3737

3838
```html
39-
<script src="https://cdn.jsdelivr.net/npm/x_ite@10.5.2/dist/x_ite.min.js"></script>
39+
<script src="https://cdn.jsdelivr.net/npm/x_ite@10.5.3/dist/x_ite.min.js"></script>
4040
<!-- or as ES module for use in scripts -->
4141
<script type="module">
42-
import X3D from "https://cdn.jsdelivr.net/npm/x_ite@10.5.2/dist/x_ite.min.mjs";
42+
import X3D from "https://cdn.jsdelivr.net/npm/x_ite@10.5.3/dist/x_ite.min.mjs";
4343
</script>
4444
```
4545

@@ -62,7 +62,7 @@ This script initializes an X3D canvas within an HTML page, configuring it to con
6262
### Declarative Syntax
6363

6464
```html
65-
<script src="https://cdn.jsdelivr.net/npm/x_ite@10.5.2/dist/x_ite.min.js"></script>
65+
<script src="https://cdn.jsdelivr.net/npm/x_ite@10.5.3/dist/x_ite.min.js"></script>
6666
<x3d-canvas>
6767
<X3D profile='Interchange' version='4.0'>
6868
<head>
@@ -101,7 +101,7 @@ The same scene can also be created using pure JavaScript:
101101

102102
```html
103103
<script type="module">
104-
import X3D from "https://cdn.jsdelivr.net/npm/x_ite@10.5.2/dist/x_ite.min.mjs";
104+
import X3D from "https://cdn.jsdelivr.net/npm/x_ite@10.5.3/dist/x_ite.min.mjs";
105105
106106
const
107107
browser = X3D .getBrowser (),

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tagline: Ready for X3Dv4! # it will display as the sub-title
2121
description: >- # used by seo meta and the atom feed
2222
X_ITE X3D Browser, a framework for integrating and manipulating X3D and VRML scenes in HTML.
2323
24-
x_ite_latest_version: 10.5.2 # x_ite latest version
24+
x_ite_latest_version: 10.5.3 # x_ite latest version
2525
x_ite_compressed_size: 268 # size in kb
2626
x3d_latest_version: 4.0 # x3d latest version
2727

docs/assets/img/badges/compressed.svg

Lines changed: 4 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)