Skip to content

Commit a987d35

Browse files
committed
Bump README version
1 parent c2a3dec commit a987d35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ and publishing now, remix the starter example on:
100100
```html
101101
<html>
102102
<head>
103-
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script>
103+
<script src="https://aframe.io/releases/1.7.0/aframe.min.js"></script>
104104
</head>
105105
<body>
106106
<a-scene>
@@ -115,7 +115,7 @@ and publishing now, remix the starter example on:
115115
```
116116

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

@@ -124,7 +124,7 @@ objects straight from HTML:
124124
```html
125125
<html>
126126
<head>
127-
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script>
127+
<script src="https://aframe.io/releases/1.7.0/aframe.min.js"></script>
128128
<script src="https://unpkg.com/@c-frame/aframe-particle-system-component@1.2.x/dist/aframe-particle-system-component.min.js"></script>
129129
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.0/dist/aframe-extras.min.js"></script>
130130
<script src="https://cdn.jsdelivr.net/npm/@fern-solutions/aframe-sky-background/dist/sky-background.umd.min.js"></script>
@@ -153,11 +153,11 @@ objects straight from HTML:
153153

154154
### Builds
155155

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

158158
```js
159159
<head>
160-
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script>
160+
<script src="https://aframe.io/releases/1.7.0/aframe.min.js"></script>
161161
</head>
162162
```
163163

0 commit comments

Comments
 (0)