Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Sep 26, 2017
1 parent 452f63c commit 03d3715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ar.ios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class AR extends ARBase {
const savedModel: ARCommonNode = ARState.shapes.get(hitResult.node.name);

if (savedModel) {
if (recognizer.state == UIGestureRecognizerState.Ended) {
if (recognizer.state === UIGestureRecognizerState.Ended) {
savedModel.onPan();

/* This is not ready yet..
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-ar",
"version": "0.1.1",
"version": "0.2.0",
"description": "NativeScript Augmented Reality plugin. ARKit on iOS and (in the future) ARCore on Android.",
"main": "ar",
"typings": "index.d.ts",
Expand Down

0 comments on commit 03d3715

Please sign in to comment.