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

Commit ae5a742

Browse files
bump
1 parent 75f37a7 commit ae5a742

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
[twitter-image]:https://img.shields.io/twitter/follow/eddyverbruggen.svg?style=social&label=Follow%20me
1313
[twitter-url]:https://twitter.com/eddyverbruggen
1414

15+
> ⚠️ From plugin version 6.0.0 the minimum required cordova-ios version is 4.5.0. Need to use a lower cordova-ios version? Use plugin version 5.3.2 or lower.
16+
1517
## 0. Index
1618

1719
1. [Description](#1-description)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.3.2",
2+
"version": "6.0.0",
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="5.3.2">
5+
version="6.0.0">
66

77
<name>Google SignIn</name>
88

0 commit comments

Comments
 (0)