Skip to content

Commit 818dab0

Browse files
committed
Published version 10.5.15
1 parent c3f30db commit 818dab0

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
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 defer src="https://cdn.jsdelivr.net/npm/x_ite@10.5.14/dist/x_ite.min.js"></script>
39+
<script defer src="https://cdn.jsdelivr.net/npm/x_ite@10.5.15/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.14/dist/x_ite.min.mjs";
42+
import X3D from "https://cdn.jsdelivr.net/npm/x_ite@10.5.15/dist/x_ite.min.mjs";
4343
</script>
4444
```
4545

@@ -68,7 +68,7 @@ This script initializes an X3D canvas within an HTML page, configuring it to con
6868
### Declarative Syntax
6969

7070
```html
71-
<script defer src="https://cdn.jsdelivr.net/npm/x_ite@10.5.14/dist/x_ite.min.js"></script>
71+
<script defer src="https://cdn.jsdelivr.net/npm/x_ite@10.5.15/dist/x_ite.min.js"></script>
7272
<x3d-canvas>
7373
<X3D profile='Interchange' version='4.0'>
7474
<head>
@@ -107,7 +107,7 @@ The same scene can also be created using pure JavaScript:
107107

108108
```html
109109
<script type="module">
110-
import X3D from "https://cdn.jsdelivr.net/npm/x_ite@10.5.14/dist/x_ite.min.mjs";
110+
import X3D from "https://cdn.jsdelivr.net/npm/x_ite@10.5.15/dist/x_ite.min.mjs";
111111
112112
const
113113
browser = X3D .getBrowser (),

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ 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 and VRML Viewer, view and manipulate X3D, VRML, glTF and other 3D sources in HTML.
2323
24-
x_ite_latest_version: 10.5.14 # x_ite latest version
25-
x_ite_compressed_size: 271 # size in kb
24+
x_ite_latest_version: 10.5.15 # x_ite latest version
25+
x_ite_compressed_size: 270 # size in kb
2626
x3d_latest_version: 4.0 # x3d latest version
2727

2828
# Fill in the protocol & hostname for your site.

docs/assets/img/badges/compressed.svg

Lines changed: 8 additions & 8 deletions
Loading

0 commit comments

Comments
 (0)