Skip to content

Commit

Permalink
Bump A-Frame version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Dec 26, 2022
1 parent cd38d4b commit 60a324a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aframe",
"version": "1.3.0",
"version": "1.4.0",
"description": "A web framework for building virtual reality experiences.",
"homepage": "https://aframe.io/",
"main": "dist/aframe-master.js",
Expand All @@ -16,7 +16,7 @@
"lint:fix": "semistandard --fix",
"precommit": "npm run lint",
"prepush": "node scripts/testOnlyCheck.js",
"prerelease": "node scripts/release.js 1.2.0 1.3.0",
"prerelease": "node scripts/release.js 1.3.0 1.4.0",
"start": "npm run dev",
"start:https": "npm run dev -- --server-type https",
"test": "karma start ./tests/karma.conf.js",
Expand Down

0 comments on commit 60a324a

Please sign in to comment.