From 9b1d0c636fcefda16fcd3f970179527bd0cf9a5d Mon Sep 17 00:00:00 2001 From: "nicolo.carpignoli" Date: Mon, 22 Jul 2019 15:25:40 +0200 Subject: [PATCH] updated vers --- CHANGELOG.md | 2 +- README.md | 2 +- package.json | 2 +- three.js/src/threex/threex-artoolkitcontext.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e8e835..f8d2e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.7.5 +# 1.7.6 - added events for camera initialization success/error - use relative paths instead of remotes (i.e. `camera_para.data` not found bug) diff --git a/README.md b/README.md index 91a26c0..a7250d0 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ More details about markers: - + diff --git a/package.json b/package.json index e7d461d..9e21141 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ar.js", - "version": "1.7.5", + "version": "1.7.6", "description": "Efficient Augmented Reality for the Web", "main": "", "scripts": { diff --git a/three.js/src/threex/threex-artoolkitcontext.js b/three.js/src/threex/threex-artoolkitcontext.js index d0eb340..6f17f3e 100644 --- a/three.js/src/threex/threex-artoolkitcontext.js +++ b/three.js/src/threex/threex-artoolkitcontext.js @@ -76,7 +76,7 @@ Object.assign( ARjs.Context.prototype, THREE.EventDispatcher.prototype ); // ARjs.Context.baseURL = '../' // default to github page ARjs.Context.baseURL = 'https://jeromeetienne.github.io/AR.js/three.js/' -ARjs.Context.REVISION = '1.7.5'; +ARjs.Context.REVISION = '1.7.6'; /** * Create a default camera for this trackingBackend -- GitLab