Skip to content

Commit

Permalink
version 0.9.3
Browse files Browse the repository at this point in the history
- version 0.9.2 not outputting the right version!
  • Loading branch information
kalwalt committed Sep 24, 2021
1 parent 817d913 commit d1813b0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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_wasm.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ARToolkitNFT.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 @@ -76,7 +76,7 @@
this._bwpointer = undefined;
this._lumaCtx = undefined;

this.version = '0.9.2';
this.version = '0.9.3';
console.info('JsartoolkitNFT ', this.version);

if (typeof cameraPara === 'string') {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kalwalt/jsartoolkit-nft",
"version": "0.9.2",
"version": "0.9.3",
"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
2 changes: 1 addition & 1 deletion src/ARToolkitNFT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default class ARToolkitNFT {
this.instance
this.markerNFTCount = 0
this.cameraCount = 0
this.version = '0.9.1'
this.version = '0.9.3'
console.info('ARToolkitNFT ', this.version)
}

Expand Down

0 comments on commit d1813b0

Please sign in to comment.