@@ -102,7 +102,7 @@ and publishing now, remix the starter example on:
102
102
``` html
103
103
<html >
104
104
<head >
105
- <script src =" https://aframe.io/releases/1.4.1 /aframe.min.js" ></script >
105
+ <script src =" https://aframe.io/releases/1.4.2 /aframe.min.js" ></script >
106
106
</head >
107
107
<body >
108
108
<a-scene >
@@ -117,7 +117,7 @@ and publishing now, remix the starter example on:
117
117
```
118
118
119
119
With A-Frame's [ entity-component
120
- architecture] ( https://aframe.io/docs/1.4.1 /introduction/entity-component-system.html ) , we can drop in community
120
+ architecture] ( https://aframe.io/docs/1.4.2 /introduction/entity-component-system.html ) , we can drop in community
121
121
components from the ecosystem (e.g., ocean, physics) and plug them into our
122
122
objects straight from HTML:
123
123
@@ -126,10 +126,10 @@ objects straight from HTML:
126
126
``` html
127
127
<html >
128
128
<head >
129
- <script src =" https://aframe.io/releases/1.4.1 /aframe.min.js" ></script >
129
+ <script src =" https://aframe.io/releases/1.4.2 /aframe.min.js" ></script >
130
130
<script src =" https://unpkg.com/aframe-particle-system-component@1.0.x/dist/aframe-particle-system-component.min.js" ></script >
131
131
<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.4.1 /dist/gradientsky.min.js" ></script >
132
+ <script src =" https://unpkg.com/aframe-gradient-sky@1.4.2 /dist/gradientsky.min.js" ></script >
133
133
</head >
134
134
<body >
135
135
<a-scene >
@@ -157,11 +157,11 @@ objects straight from HTML:
157
157
158
158
### Builds
159
159
160
- To use the latest stable build of A-Frame, include [ ` aframe.min.js ` ] ( https://aframe.io/releases/1.4.1 /aframe.min.js ) :
160
+ To use the latest stable build of A-Frame, include [ ` aframe.min.js ` ] ( https://aframe.io/releases/1.4.2 /aframe.min.js ) :
161
161
162
162
``` js
163
163
< head>
164
- < script src= " https://aframe.io/releases/1.4.1 /aframe.min.js" >< / script>
164
+ < script src= " https://aframe.io/releases/1.4.2 /aframe.min.js" >< / script>
165
165
< / head>
166
166
```
167
167
0 commit comments