@@ -98,7 +98,7 @@ and publishing now, remix the starter example on:
9898``` html
9999<html >
100100 <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 >
102102 </head >
103103 <body >
104104 <a-scene >
@@ -113,7 +113,7 @@ and publishing now, remix the starter example on:
113113```
114114
115115With 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
117117components from the ecosystem (e.g., ocean, physics) and plug them into our
118118objects straight from HTML:
119119
@@ -122,7 +122,7 @@ objects straight from HTML:
122122``` html
123123<html >
124124 <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 >
126126 <
script src =
" https://unpkg.com/@c-frame/[email protected] /dist/aframe-particle-system-component.min.js" ></
script >
127127 <
script src =
" https://cdn.jsdelivr.net/gh/c-frame/[email protected] /dist/aframe-extras.min.js" ></
script >
128128 <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:
151151
152152### Builds
153153
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 ) :
155155
156156``` js
157157< 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>
159159< / head>
160160```
161161
0 commit comments