@@ -104,7 +104,7 @@ and publishing now, remix the starter example on:
104104``` html
105105<html >
106106 <head >
107- <script src =" https://aframe.io/releases/1.0.2 /aframe.min.js" ></script >
107+ <script src =" https://aframe.io/releases/1.0.3 /aframe.min.js" ></script >
108108 </head >
109109 <body >
110110 <a-scene >
@@ -119,7 +119,7 @@ and publishing now, remix the starter example on:
119119```
120120
121121With A-Frame's [ entity-component
122- architecture] ( https://aframe.io/docs/1.0.2 /introduction/entity-component-system.html ) , we can drop in community
122+ architecture] ( https://aframe.io/docs/1.0.3 /introduction/entity-component-system.html ) , we can drop in community
123123components from the ecosystem (e.g., ocean, physics) and plug them into our
124124objects straight from HTML:
125125
@@ -128,7 +128,7 @@ objects straight from HTML:
128128``` html
129129<html >
130130 <head >
131- <script src =" https://aframe.io/releases/1.0.2 /aframe.min.js" ></script >
131+ <script src =" https://aframe.io/releases/1.0.3 /aframe.min.js" ></script >
132132 <
script src =
" https://unpkg.com/[email protected] /dist/aframe-particle-system-component.min.js" ></
script >
133133 <script src =" https://unpkg.com/aframe-extras.ocean@%5E3.5.x/dist/aframe-extras.ocean.min.js" ></script >
134134 <
script src =
" https://unpkg.com/[email protected] /dist/gradientsky.min.js" ></
script >
@@ -159,11 +159,11 @@ objects straight from HTML:
159159
160160### Builds
161161
162- To use the latest stable build of A-Frame, include [ ` aframe.min.js ` ] ( https://aframe.io/releases/1.0.2 /aframe.min.js ) :
162+ To use the latest stable build of A-Frame, include [ ` aframe.min.js ` ] ( https://aframe.io/releases/1.0.3 /aframe.min.js ) :
163163
164164``` js
165165< head>
166- < script src= " https://aframe.io/releases/1.0.2 /aframe.min.js" >< / script>
166+ < script src= " https://aframe.io/releases/1.0.3 /aframe.min.js" >< / script>
167167< / head>
168168```
169169
0 commit comments