Skip to content

Commit ded1dad

Browse files
committed
Bump README and package.json versions
1 parent fa46dd0 commit ded1dad

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ and publishing now, remix the starter example on:
9898
```html
9999
<html>
100100
<head>
101-
<script src="https://aframe.io/releases/1.7.0/aframe.min.js"></script>
101+
<script src="https://aframe.io/releases/1.7.1/aframe.min.js"></script>
102102
</head>
103103
<body>
104104
<a-scene>
@@ -113,7 +113,7 @@ and publishing now, remix the starter example on:
113113
```
114114

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

@@ -122,7 +122,7 @@ objects straight from HTML:
122122
```html
123123
<html>
124124
<head>
125-
<script src="https://aframe.io/releases/1.7.0/aframe.min.js"></script>
125+
<script src="https://aframe.io/releases/1.7.1/aframe.min.js"></script>
126126
<script src="https://unpkg.com/@c-frame/aframe-particle-system-component@1.2.x/dist/aframe-particle-system-component.min.js"></script>
127127
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.0/dist/aframe-extras.min.js"></script>
128128
<script src="https://cdn.jsdelivr.net/npm/@fern-solutions/aframe-sky-background/dist/sky-background.umd.min.js"></script>
@@ -151,11 +151,11 @@ objects straight from HTML:
151151

152152
### Builds
153153

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

156156
```js
157157
<head>
158-
<script src="https://aframe.io/releases/1.7.0/aframe.min.js"></script>
158+
<script src="https://aframe.io/releases/1.7.1/aframe.min.js"></script>
159159
</head>
160160
```
161161

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aframe",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "A web framework for building virtual reality experiences.",
55
"homepage": "https://aframe.io/",
66
"main": "./dist/aframe-master.js",
@@ -24,7 +24,7 @@
2424
"lint:fix": "standardx --fix",
2525
"precommit": "npm run lint",
2626
"prepush": "node scripts/testOnlyCheck.js",
27-
"prerelease": "node scripts/release.js 1.6.0 1.7.0",
27+
"prerelease": "node scripts/release.js 1.7.0 1.7.1",
2828
"start": "npm run dev",
2929
"start:https": "npm run dev -- --server-type https",
3030
"start:webgpu": "cross-env WEBGPU=true npm run dev -- --server-type https",

0 commit comments

Comments
 (0)