Skip to content

Commit 961aa7d

Browse files
committed
new 0.3.0 version
- with attachCanvas
1 parent c54ecfd commit 961aa7d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

dist/ARFset.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webarkit/featureset-display",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"main": "dist/ARFset.js",
55
"description": "FeatureSET Display based on ARToolKit, ported thanks to Emscripten",
66
"keywords": [

src/ARFset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default class ARFset {
5353
this.canvas = null;
5454
this.canvasParent = null;
5555
this.ctx = null;
56-
this.version = '0.2.2';
56+
this.version = '0.3.0';
5757
console.log('FeatureSETDisplay version: ', this.version);
5858
}
5959

0 commit comments

Comments
 (0)