Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 40e0bfa

Browse files
bump
1 parent 06fb1aa commit 40e0bfa

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

Diff for: hooks/ios/install_entitlements.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ var xcode = require('xcode'),
77
util = require('util');
88

99
module.exports = function (context) {
10-
var Q
11-
10+
var Q;
1211
try {
1312
Q = require('q');
1413
} catch (e) {

Diff for: hooks/ios/prerequisites.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ console.error("Google Sign-In prerequisites");
33
module.exports = function (context) {
44
var child_process = require('child_process');
55

6-
var Q
7-
6+
var Q;
87
try {
98
Q = require('q');
109
} catch (e) {

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.1",
2+
"version": "7.0.2",
33
"name": "cordova-plugin-googleplus",
44
"cordova_name": "Google SignIn",
55
"description": "Use your Google account to authenticate with the app.",

Diff for: plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-googleplus"
5-
version="7.0.1">
5+
version="7.0.2">
66

77
<name>Google SignIn</name>
88

0 commit comments

Comments
 (0)