Skip to content

Commit 1dd9ae2

Browse files
committed
Bump builds
1 parent 3d178ec commit 1dd9ae2

File tree

7 files changed

+1251
-977
lines changed

7 files changed

+1251
-977
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

121121
With 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
123123
components from the ecosystem (e.g., ocean, physics) and plug them into our
124124
objects 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

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

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

0 commit comments

Comments
 (0)