@@ -101,7 +101,7 @@ and publishing now, remix the starter example on:
101101``` html
102102<html >
103103 <head >
104- <script src =" https://aframe.io/releases/1.5 .0/aframe.min.js" ></script >
104+ <script src =" https://aframe.io/releases/1.6 .0/aframe.min.js" ></script >
105105 </head >
106106 <body >
107107 <a-scene >
@@ -116,7 +116,7 @@ and publishing now, remix the starter example on:
116116```
117117
118118With A-Frame's [ entity-component
119- architecture] ( https://aframe.io/docs/1.5 .0/introduction/entity-component-system.html ) , we can drop in community
119+ architecture] ( https://aframe.io/docs/1.6 .0/introduction/entity-component-system.html ) , we can drop in community
120120components from the ecosystem (e.g., ocean, physics) and plug them into our
121121objects straight from HTML:
122122
@@ -125,7 +125,7 @@ objects straight from HTML:
125125``` html
126126<html >
127127 <head >
128- <script src =" https://aframe.io/releases/1.5 .0/aframe.min.js" ></script >
128+ <script src =" https://aframe.io/releases/1.6 .0/aframe.min.js" ></script >
129129 <
script src =
" https://unpkg.com/[email protected] /dist/aframe-particle-system-component.min.js" ></
script >
130130 <script src =" https://unpkg.com/aframe-extras.ocean@%5E3.5.x/dist/aframe-extras.ocean.min.js" ></script >
131131 <
script src =
" https://unpkg.com/[email protected] /dist/gradientsky.min.js" ></
script >
@@ -156,11 +156,11 @@ objects straight from HTML:
156156
157157### Builds
158158
159- To use the latest stable build of A-Frame, include [ ` aframe.min.js ` ] ( https://aframe.io/releases/1.5 .0/aframe.min.js ) :
159+ To use the latest stable build of A-Frame, include [ ` aframe.min.js ` ] ( https://aframe.io/releases/1.6 .0/aframe.min.js ) :
160160
161161``` js
162162< head>
163- < script src= " https://aframe.io/releases/1.5 .0/aframe.min.js" >< / script>
163+ < script src= " https://aframe.io/releases/1.6 .0/aframe.min.js" >< / script>
164164< / head>
165165```
166166
0 commit comments