Skip to content

Commit 8692d8a

Browse files
committed
Bump builds
1 parent 5bec2ab commit 8692d8a

8 files changed

+116
-85
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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.4.1/aframe.min.js"></script>
105+
<script src="https://aframe.io/releases/1.4.2/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

119119
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
121121
components from the ecosystem (e.g., ocean, physics) and plug them into our
122122
objects 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.4.1/aframe.min.js"></script>
129+
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
130130
<script src="https://unpkg.com/aframe-particle-system-component@1.0.x/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.4.1/dist/gradientsky.min.js"></script>
132+
<script src="https://unpkg.com/aframe-gradient-sky@1.4.2/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.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):
161161

162162
```js
163163
<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>
165165
</head>
166166
```
167167

dist/aframe-v1.4.1.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/aframe-v1.4.1.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/aframe-v1.4.1.min.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)