Skip to content

Commit

Permalink
Bump builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Dec 29, 2019
1 parent 3d178ec commit 1dd9ae2
Show file tree
Hide file tree
Showing 7 changed files with 1,251 additions and 977 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -104,7 +104,7 @@ and publishing now, remix the starter example on:
```html
<html>
<head>
<script src="https://aframe.io/releases/1.0.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
</head>
<body>
<a-scene>
Expand All @@ -119,7 +119,7 @@ and publishing now, remix the starter example on:
```

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

Expand All @@ -128,7 +128,7 @@ objects straight from HTML:
```html
<html>
<head>
<script src="https://aframe.io/releases/1.0.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
<script src="https://unpkg.com/aframe-particle-system-component@1.0.x/dist/aframe-particle-system-component.min.js"></script>
<script src="https://unpkg.com/aframe-extras.ocean@%5E3.5.x/dist/aframe-extras.ocean.min.js"></script>
<script src="https://unpkg.com/aframe-gradient-sky@1.0.4/dist/gradientsky.min.js"></script>
Expand Down Expand Up @@ -159,11 +159,11 @@ objects straight from HTML:

### Builds

To use the latest stable build of A-Frame, include [`aframe.min.js`](https://aframe.io/releases/1.0.2/aframe.min.js):
To use the latest stable build of A-Frame, include [`aframe.min.js`](https://aframe.io/releases/1.0.3/aframe.min.js):

```js
<head>
<script src="https://aframe.io/releases/1.0.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
</head>
```

Expand Down
1 change: 0 additions & 1 deletion dist/aframe-v1.0.2.min.js.map

This file was deleted.

0 comments on commit 1dd9ae2

Please sign in to comment.