From f5182503b241f519c03c872ae12f3489383f2b83 Mon Sep 17 00:00:00 2001 From: Simon MacDonald Date: Mon, 12 Dec 2016 19:24:18 -0500 Subject: [PATCH] :wrench: add tern to gitignore --- .gitignore | 1 + plugin.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 40348f107..075a7a971 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .DS_Store /node_modules/ npm-debug.log +.tern-project diff --git a/plugin.xml b/plugin.xml index c551ca952..da15d489d 100755 --- a/plugin.xml +++ b/plugin.xml @@ -4,7 +4,7 @@ xmlns:amazon="http://schemas.android.com/apk/lib/com.amazon.device.ads" xmlns:rim="http://www.blackberry.com/ns/widgets" id="phonegap-plugin-push" - version="2.0.0"> + version="1.9.1"> PushPlugin