@@ -98,7 +98,7 @@ and publishing now, remix the starter example on:
98
98
``` html
99
99
<html >
100
100
<head >
101
- <script src =" https://aframe.io/releases/1.7.0 /aframe.min.js" ></script >
101
+ <script src =" https://aframe.io/releases/1.7.1 /aframe.min.js" ></script >
102
102
</head >
103
103
<body >
104
104
<a-scene >
@@ -113,7 +113,7 @@ and publishing now, remix the starter example on:
113
113
```
114
114
115
115
With A-Frame's [ entity-component
116
- architecture] ( https://aframe.io/docs/1.7.0 /introduction/entity-component-system.html ) , we can drop in community
116
+ architecture] ( https://aframe.io/docs/1.7.1 /introduction/entity-component-system.html ) , we can drop in community
117
117
components from the ecosystem (e.g., ocean, physics) and plug them into our
118
118
objects straight from HTML:
119
119
@@ -122,7 +122,7 @@ objects straight from HTML:
122
122
``` html
123
123
<html >
124
124
<head >
125
- <script src =" https://aframe.io/releases/1.7.0 /aframe.min.js" ></script >
125
+ <script src =" https://aframe.io/releases/1.7.1 /aframe.min.js" ></script >
126
126
<script src =" https://unpkg.com/@c-frame/aframe-particle-system-component@1.2.x/dist/aframe-particle-system-component.min.js" ></script >
127
127
<script src =" https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.0/dist/aframe-extras.min.js" ></script >
128
128
<script src =" https://cdn.jsdelivr.net/npm/@fern-solutions/aframe-sky-background/dist/sky-background.umd.min.js" ></script >
@@ -151,11 +151,11 @@ objects straight from HTML:
151
151
152
152
### Builds
153
153
154
- To use the latest stable build of A-Frame, include [ ` aframe.min.js ` ] ( https://aframe.io/releases/1.7.0 /aframe.min.js ) :
154
+ To use the latest stable build of A-Frame, include [ ` aframe.min.js ` ] ( https://aframe.io/releases/1.7.1 /aframe.min.js ) :
155
155
156
156
``` js
157
157
< head>
158
- < script src= " https://aframe.io/releases/1.7.0 /aframe.min.js" >< / script>
158
+ < script src= " https://aframe.io/releases/1.7.1 /aframe.min.js" >< / script>
159
159
< / head>
160
160
```
161
161
0 commit comments