Skip to content

Commit

Permalink
Last commit before release
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Apr 4, 2023
1 parent e3a06c3 commit d923aa5
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 17 deletions.
3 changes: 1 addition & 2 deletions aframe/build/aframe-ar-new-location-only.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions aframe/build/aframe-ar-nft.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions aframe/build/aframe-ar.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ar-js-org/ar.js",
"version": "3.4.4",
"version": "3.4.5",
"description": "Efficient Augmented Reality for the Web",
"main": "./aframe/build/aframe-ar.js",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"webpack": "^5.76.3",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"worker-loader": "^3.0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion three.js/build/ar-threex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion three.js/build/ar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion three.js/src/threex/arjs-context.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Context.prototype.removeEventListener =

// default to github page
Context.baseURL = "https://ar-js-org.github.io/AR.js/three.js/";
Context.REVISION = "3.4.4";
Context.REVISION = "3.4.5";
/**
* Create a default camera for this trackingBackend
* @param {string} trackingBackend - the tracking to user
Expand Down

0 comments on commit d923aa5

Please sign in to comment.