Skip to content

Commit 4d46eef

Browse files
committed
bump
1 parent c224d8e commit 4d46eef

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

index.android.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ function dial(telNum, prompt) {
1919
return true;
2020

2121
} catch (ex) {
22-
//alert("Unable to dial");
2322
//console.log("phone.dial failed: " + ex);
2423
return false;
2524
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "nativescript-phone",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "NativeScript plugin to use the device phone and SMS features for Android and iOS",
5-
"main": "index.js",
5+
"main": "index",
66
"typings": "index.d.ts",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)