Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Apr 22, 2023
1 parent f3c159b commit 4e521f1
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.4.1",
"version": "1.4.2",
"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.4.0 1.4.1",
"prerelease": "node scripts/release.js 1.4.1 1.4.2",
"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 4e521f1

Please sign in to comment.