Skip to content

Commit

Permalink
version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Jan 5, 2024
1 parent 32d130b commit e7355fb
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build/artoolkitNFT.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/artoolkitNFT_embed_ES6_wasm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/artoolkitNFT_thread.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/artoolkitNFT_wasm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/artoolkitNFT_wasm.simd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ARToolkitNFT.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ARToolkitNFT_simd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ARToolkitNFT_td.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/js/threading_files/ARToolkitNFT_td.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/artoolkitNFT.api.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
this._bwpointer = undefined;
this._lumaCtx = undefined;

this.version = '1.6.1';
this.version = '1.7.0';
console.info('JsartoolkitNFT ', this.version);
console.warn("This library is deprecated, use the ES6 version instead!! It will be removed in a future release.")

Expand Down
2 changes: 1 addition & 1 deletion js/artoolkitNFT_ES6.api.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ARControllerNFT {
this._bwpointer = undefined;
this._lumaCtx = undefined;

this.version = '1.6.1';
this.version = '1.7.0';
console.info('JsartoolkitNFT ', this.version);

if (typeof cameraPara === 'string') {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webarkit/jsartoolkit-nft",
"version": "1.6.1",
"version": "1.7.0",
"main": "dist/ARToolkitNFT.js",
"types": "types/src/index.d.ts",
"description": "Emscripten port of ARToolKit5 to JavaScript. It is a lighter version of Jsartoolkit5 with only NFT markerless support",
Expand Down

0 comments on commit e7355fb

Please sign in to comment.