Skip to content

Commit ad5cef1

Browse files
committed
Bump package.json version
1 parent 2548932 commit ad5cef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aframe",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
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.5.0 1.6.0",
27+
"prerelease": "node scripts/release.js 1.6.0 1.7.0",
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)