@@ -102,7 +102,7 @@ and publishing now, remix the starter example on:
102102``` html 
103103<html >
104104  <head >
105-     <script  src =" https://aframe.io/releases/1.3 .0/aframe.min.js" script >
105+     <script  src =" https://aframe.io/releases/1.4 .0/aframe.min.js" script >
106106  </head >
107107  <body >
108108    <a-scene >
@@ -117,7 +117,7 @@ and publishing now, remix the starter example on:
117117``` 
118118
119119With A-Frame's [ entity-component
120- architecture] ( https://aframe.io/docs/1.3 .0/introduction/entity-component-system.html ) , we can drop in community
120+ architecture] ( https://aframe.io/docs/1.4 .0/introduction/entity-component-system.html ) , we can drop in community
121121components from the ecosystem (e.g., ocean, physics) and plug them into our
122122objects straight from HTML:
123123
@@ -126,10 +126,10 @@ objects straight from HTML:
126126``` html 
127127<html >
128128  <head >
129-     <script  src =" https://aframe.io/releases/1.3 .0/aframe.min.js" script >
129+     <script  src =" https://aframe.io/releases/1.4 .0/aframe.min.js" script >
130130    <
script  src =
" https://unpkg.com/[email protected] /dist/aframe-particle-system-component.min.js" ></
script >
131131    <script  src =" https://unpkg.com/aframe-extras.ocean@%5E3.5.x/dist/aframe-extras.ocean.min.js" script >
132-     <script  src =" https://unpkg.com/aframe-gradient-sky@1.3 .0/dist/gradientsky.min.js" script >
132+     <script  src =" https://unpkg.com/aframe-gradient-sky@1.4 .0/dist/gradientsky.min.js" script >
133133  </head >
134134  <body >
135135    <a-scene >
@@ -157,11 +157,11 @@ objects straight from HTML:
157157
158158### Builds  
159159
160- To use the latest stable build of A-Frame, include [ ` aframe.min.js ` ] ( https://aframe.io/releases/1.3 .0/aframe.min.js ) :
160+ To use the latest stable build of A-Frame, include [ ` aframe.min.js ` ] ( https://aframe.io/releases/1.4 .0/aframe.min.js ) :
161161
162162``` js 
163163< head> 
164-   < script src= " https://aframe.io/releases/1.3 .0/aframe.min.js" >< / script> 
164+   < script src= " https://aframe.io/releases/1.4 .0/aframe.min.js" >< / script> 
165165< / head> 
166166``` 
167167
0 commit comments