Skip to content

Commit e6c4776

Browse files
committed
Bump docs / builds to v1.6.0
1 parent fe33232 commit e6c4776

22 files changed

+4364
-4455
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ and publishing now, remix the starter example on:
101101
```html
102102
<html>
103103
<head>
104-
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
104+
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script>
105105
</head>
106106
<body>
107107
<a-scene>
@@ -116,7 +116,7 @@ and publishing now, remix the starter example on:
116116
```
117117

118118
With A-Frame's [entity-component
119-
architecture](https://aframe.io/docs/1.5.0/introduction/entity-component-system.html), we can drop in community
119+
architecture](https://aframe.io/docs/1.6.0/introduction/entity-component-system.html), we can drop in community
120120
components from the ecosystem (e.g., ocean, physics) and plug them into our
121121
objects straight from HTML:
122122

@@ -125,7 +125,7 @@ objects straight from HTML:
125125
```html
126126
<html>
127127
<head>
128-
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
128+
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script>
129129
<script src="https://unpkg.com/[email protected]/dist/aframe-particle-system-component.min.js"></script>
130130
<script src="https://unpkg.com/aframe-extras.ocean@%5E3.5.x/dist/aframe-extras.ocean.min.js"></script>
131131
<script src="https://unpkg.com/[email protected]/dist/gradientsky.min.js"></script>
@@ -156,11 +156,11 @@ objects straight from HTML:
156156

157157
### Builds
158158

159-
To use the latest stable build of A-Frame, include [`aframe.min.js`](https://aframe.io/releases/1.5.0/aframe.min.js):
159+
To use the latest stable build of A-Frame, include [`aframe.min.js`](https://aframe.io/releases/1.6.0/aframe.min.js):
160160

161161
```js
162162
<head>
163-
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
163+
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script>
164164
</head>
165165
```
166166

dist/aframe-v1.5.0.js.map

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

dist/aframe-v1.5.0.min.js

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

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

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

0 commit comments

Comments
 (0)