Skip to content

Commit 60a324a

Browse files
committed
Bump A-Frame version
1 parent cd38d4b commit 60a324a

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.3.0",
3+
"version": "1.4.0",
44
"description": "A web framework for building virtual reality experiences.",
55
"homepage": "https://aframe.io/",
66
"main": "dist/aframe-master.js",
@@ -16,7 +16,7 @@
1616
"lint:fix": "semistandard --fix",
1717
"precommit": "npm run lint",
1818
"prepush": "node scripts/testOnlyCheck.js",
19-
"prerelease": "node scripts/release.js 1.2.0 1.3.0",
19+
"prerelease": "node scripts/release.js 1.3.0 1.4.0",
2020
"start": "npm run dev",
2121
"start:https": "npm run dev -- --server-type https",
2222
"test": "karma start ./tests/karma.conf.js",

0 commit comments

Comments
 (0)