@@ -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.1 .0/aframe.min.js" ></script >
107+ <script src =" https://aframe.io/releases/1.2 .0/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.1 .0/introduction/entity-component-system.html ) , we can drop in community
122+ architecture] ( https://aframe.io/docs/1.2 .0/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,10 +128,10 @@ objects straight from HTML:
128128``` html
129129<html >
130130 <head >
131- <script src =" https://aframe.io/releases/1.1 .0/aframe.min.js" ></script >
131+ <script src =" https://aframe.io/releases/1.2 .0/aframe.min.js" ></script >
132132 <script src =" https://unpkg.com/aframe-particle-system-component@1.0.x/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 >
134- <script src =" https://unpkg.com/aframe-gradient-sky@1.1 .0/dist/gradientsky.min.js" ></script >
134+ <script src =" https://unpkg.com/aframe-gradient-sky@1.2 .0/dist/gradientsky.min.js" ></script >
135135 </head >
136136 <body >
137137 <a-scene >
@@ -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.1 .0/aframe.min.js ) :
162+ To use the latest stable build of A-Frame, include [ ` aframe.min.js ` ] ( https://aframe.io/releases/1.2 .0/aframe.min.js ) :
163163
164164``` js
165165< head>
166- < script src= " https://aframe.io/releases/1.1 .0/aframe.min.js" >< / script>
166+ < script src= " https://aframe.io/releases/1.2 .0/aframe.min.js" >< / script>
167167< / head>
168168```
169169
0 commit comments