Skip to content

Commit

Permalink
Bump builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Nov 14, 2023
1 parent dbc3f95 commit 7856a05
Show file tree
Hide file tree
Showing 9 changed files with 3,088 additions and 1,792 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -101,7 +101,7 @@ and publishing now, remix the starter example on:
```html
<html>
<head>
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
Expand All @@ -116,7 +116,7 @@ and publishing now, remix the starter example on:
```

With A-Frame's [entity-component
architecture](https://aframe.io/docs/1.4.2/introduction/entity-component-system.html), we can drop in community
architecture](https://aframe.io/docs/1.5.0/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 @@ -125,10 +125,10 @@ objects straight from HTML:
```html
<html>
<head>
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.5.0/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.4.2/dist/gradientsky.min.js"></script>
<script src="https://unpkg.com/aframe-gradient-sky@1.5.0/dist/gradientsky.min.js"></script>
</head>
<body>
<a-scene>
Expand Down Expand Up @@ -156,11 +156,11 @@ objects straight from HTML:

### Builds

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

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

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

This file was deleted.

2 changes: 0 additions & 2 deletions dist/aframe-v1.4.2.min.js

This file was deleted.

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

This file was deleted.

0 comments on commit 7856a05

Please sign in to comment.